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