Try to fix installer in PHP 7.4

This commit is contained in:
Franz Liedke 2020-01-31 15:53:47 +01:00 committed by Daniël Klabbers
parent 930f6b06af
commit 0ff686780e

View File

@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface
'lifetime' => 120,
'files' => $this->paths['storage'].'/sessions',
'cookie' => 'session'
]
],
'view' => [
'paths' => [],
],
]);
}