mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Various code clean up. [skip ci]
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
declare(strict_types = 1);
|
||||
|
||||
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
@@ -40,8 +39,8 @@ return [
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
'connection' => null,
|
||||
],
|
||||
|
||||
@@ -60,7 +59,7 @@ return [
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user