Use the static "compiled" method

This commit is contained in:
hamuz 2012-06-02 17:16:59 +03:00
parent 56c6202d28
commit ea143fd9e1
1 changed files with 1 additions and 1 deletions

View File

@ -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