mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 17:09:42 +00:00
Auto commit for release 'develop' on 2024-04-07
This commit is contained in:
@@ -117,7 +117,7 @@ return [
|
||||
'expression_engine' => false,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => 'develop/2024-04-04',
|
||||
'version' => 'develop/2024-04-07',
|
||||
'api_version' => '2.0.13',
|
||||
'db_version' => 24,
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'json' => [
|
||||
'v2' => [
|
||||
@@ -32,7 +33,6 @@ return [
|
||||
],
|
||||
'form' => [
|
||||
'title',
|
||||
|
||||
],
|
||||
'validation' => [
|
||||
'bad_type_source',
|
||||
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
| the usual Laravel view path has already been registered for you.
|
||||
|
|
||||
*/
|
||||
'layout' => env('FIREFLY_III_LAYOUT', 'v1'),
|
||||
'layout' => env('FIREFLY_III_LAYOUT', 'v1'),
|
||||
'paths' => $paths,
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user