mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add groups, and the option for objects to be linked to one (or more) groups. #3128
This commit is contained in:
@@ -145,7 +145,7 @@ return [
|
||||
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.2.6',
|
||||
'api_version' => '1.1.0',
|
||||
'db_version' => 13,
|
||||
'db_version' => 14,
|
||||
'maxUploadSize' => 15242880,
|
||||
'send_error_message' => env('SEND_ERROR_MESSAGE', true),
|
||||
'site_owner' => env('SITE_OWNER', ''),
|
||||
|
Reference in New Issue
Block a user