Commit 515f5f40 authored by Taylor Otwell's avatar Taylor Otwell

change matcher function to public.

parent 16719ed4
......@@ -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*\(.*\))/';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment