Skip to content

Commit

Permalink
Update BladeCompiler.php (#14986)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored and taylorotwell committed Aug 24, 2016
1 parent d7303d9 commit 65927fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/Compilers/BladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ protected function compileEndpush($expression)
* @param string $expression
* @return string
*/
protected function stripParentheses($expression)
public function stripParentheses($expression)
{
if (Str::startsWith($expression, '(')) {
$expression = substr($expression, 1, -1);
Expand Down

0 comments on commit 65927fc

Please sign in to comment.