🤖 Auto commit for release 'develop' on 2025-05-04

This commit is contained in:
JC5
2025-05-04 13:55:42 +02:00
parent 2c96729d76
commit 1001e04b63
136 changed files with 987 additions and 1149 deletions

View File

@@ -57,7 +57,7 @@ return [
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'host' => env('PUSHER_HOST') ?? 'api-' . env('PUSHER_APP_CLUSTER', 'mt1') . '.pusher.com',
'host' => env('PUSHER_HOST') ?? 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com',
'port' => env('PUSHER_PORT', 443),
'scheme' => env('PUSHER_SCHEME', 'https'),
'encrypted' => true,

View File

@@ -78,7 +78,7 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2025-04-28',
'version' => 'develop/2025-05-04',
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 25,

View File

@@ -21,6 +21,8 @@
*/
declare(strict_types=1);
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Session\Store;
return [
/*
@@ -114,8 +116,8 @@ return [
*/
'extra' => [
'Eloquent' => [\Illuminate\Database\Eloquent\Builder::class, \Illuminate\Database\Query\Builder::class],
'Session' => [\Illuminate\Session\Store::class],
'Eloquent' => [Builder::class, Illuminate\Database\Query\Builder::class],
'Session' => [Store::class],
],
'magic' => [