Change compiled path.

This commit is contained in:
Taylor Otwell 2015-01-02 16:29:33 -06:00
parent ff13943dbe
commit 203a0c3ba1
1 changed files with 1 additions and 1 deletions

View File

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