change matcher function to public.

This commit is contained in:
Taylor Otwell
2012-05-04 14:49:07 -05:00
parent 16719ed455
commit 515f5f4009

View File

@@ -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*\(.*\))/';
}