mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
apply demeter law for transaction type calls
- adds contants for transaction type names - demeter law = never speaks with strangers
This commit is contained in:
@@ -49,7 +49,7 @@ return [
|
||||
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => __DIR__ . '/../storage/database/testing.db',
|
||||
'database' => storage_path('database/testing.db'),
|
||||
'prefix' => '',
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user