From 4b78a3114fb71126170da923cbdd54a0e0ed8f0f 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 --- src/Foundation/UninstalledSite.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Foundation/UninstalledSite.php b/src/Foundation/UninstalledSite.php index e1f8e641e..1012a0a7d 100644 --- a/src/Foundation/UninstalledSite.php +++ b/src/Foundation/UninstalledSite.php @@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface 'lifetime' => 120, 'files' => $this->paths['storage'].'/sessions', 'cookie' => 'session' - ] + ], + 'view' => [ + 'paths' => [], + ], ]); }