mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
Try to fix installer in PHP 7.4
This commit is contained in:
parent
930f6b06af
commit
0ff686780e
|
@ -108,7 +108,10 @@ class UninstalledSite implements SiteInterface
|
|||
'lifetime' => 120,
|
||||
'files' => $this->paths['storage'].'/sessions',
|
||||
'cookie' => 'session'
|
||||
]
|
||||
],
|
||||
'view' => [
|
||||
'paths' => [],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user