8000 Merge pull request #748 from hamuz/patch-1 · laravel/laravel@3805b69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3805b69

Browse files
committed
Merge pull request #748 from hamuz/patch-1
Use the static "compiled" method
2 parents ba4271c + ea143fd commit 3805b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function sharpen()
5353
return;
5454
}
5555

56-
$compiled = path('storage').'views/'.md5($view->path);
56+
$compiled = Blade::compiled($view->path);
5757

5858
// If the view doesn't exist or has been modified since the last time it
5959
// was compiled, we will recompile the view into pure PHP from it's

0 commit comments

Comments
 (0)
0