Browse Source

Merge pull request #748 from hamuz/patch-1

Use the static "compiled" method
Taylor Otwell 12 years ago
parent
commit
3805b69aee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/blade.php

+ 1 - 1
laravel/blade.php

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