mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 12:29:47 +00:00
All kinds of new stuff. Started with perfecting the account controller. [skip ci]
This commit is contained in:
@@ -7,7 +7,7 @@ return [
|
||||
'files' => storage_path() . '/sessions',
|
||||
'connection' => null,
|
||||
'table' => 'sessions',
|
||||
'lottery' => array(2, 100),
|
||||
'lottery' => [2, 100],
|
||||
'cookie' => 'firefly_session',
|
||||
'path' => '/',
|
||||
'domain' => null,
|
||||
|
||||
Reference in New Issue
Block a user