change matcher function to public.
This commit is contained in:
@@ -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*\(.*\))/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user