Browse Source

change matcher function to public.

Taylor Otwell 12 years ago
parent
commit
515f5f4009
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/blade.php

+ 1 - 1
laravel/blade.php

@@ -434,7 +434,7 @@ class Blade {
 	 * @param  string  $function
 	 * @param  string  $function
 	 * @return string
 	 * @return string
 	 */
 	 */
-	protected static function matcher($function)
+	public static function matcher($function)
 	{
 	{
 		return '/(\s*)@'.$function.'(\s*\(.*\))/';
 		return '/(\s*)@'.$function.'(\s*\(.*\))/';
 	}
 	}