change matcher function to public.
This commit is contained in:
parent
16719ed455
commit
515f5f4009
@ -434,7 +434,7 @@ class Blade {
|
||||
* @param string $function
|
||||
* @return string
|
||||
*/
|
||||
protected static function matcher($function)
|
||||
public static function matcher($function)
|
||||
{
|
||||
return '/(\s*)@'.$function.'(\s*\(.*\))/';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user