From 0ff686780e82de411f5e3b23e84a3eb0a9f65e38 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 31 Jan 2020 15:53:47 +0100 Subject: [PATCH] Try to fix installer in PHP 7.4 --- framework/core/src/Foundation/UninstalledSite.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' => [], + ], ]); }