diff --git a/framework/core/src/Foundation/UninstalledSite.php b/framework/core/src/Foundation/UninstalledSite.php index e1f8e641e..1012a0a7d 100644 --- a/framework/core/src/Foundation/UninstalledSite.php +++ b/framework/core/src/Foundation/UninstalledSite.php @@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface 'lifetime' => 120, 'files' => $this->paths['storage'].'/sessions', 'cookie' => 'session' - ] + ], + 'view' => [ + 'paths' => [], + ], ]); }