Commit ea143fd9 authored by hamuz's avatar hamuz

Use the static "compiled" method

parent 56c6202d
...@@ -53,7 +53,7 @@ class Blade { ...@@ -53,7 +53,7 @@ class Blade {
return; 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 // 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 // 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