Commit 3805b69a authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #748 from hamuz/patch-1

Use the static "compiled" method
parents ba4271c9 ea143fd9
......@@ -53,7 +53,7 @@ class Blade {
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment