diff --git a/config/view.php b/config/view.php index eb18742a..157ee30b 100644 --- a/config/view.php +++ b/config/view.php @@ -28,6 +28,6 @@ | */ - 'compiled' => realpath(storage_path().'/framework/views'), + 'compiled' => realpath(storage_path().'/framework/templates'), ];