From ea143fd9e166e60e89aa52294322117027ce542f Mon Sep 17 00:00:00 2001 From: hamuz Date: Sat, 2 Jun 2012 17:16:59 +0300 Subject: [PATCH] Use the static "compiled" method --- laravel/blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/blade.php b/laravel/blade.php index 416848f9..c362d57b 100644 --- a/laravel/blade.php +++ b/laravel/blade.php @@ -53,7 +53,7 @@ public static function sharpen() return; } - $compiled = path('storage').'views/'.md5($view->path); + $compiled = Blade::compiled($view->path); // If the view doesn't exist or has been modified since the last time it // was compiled, we will recompile the view into pure PHP from it's