Browse Source

Change compiled path.

Taylor Otwell 9 years ago
parent
commit
203a0c3ba1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/view.php

+ 1 - 1
config/view.php

@@ -28,6 +28,6 @@ return [
 	|
 	*/
 
-	'compiled' => realpath(storage_path().'/framework/views'),
+	'compiled' => realpath(storage_path().'/framework/templates'),
 
 ];