mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
| @@ -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, | ||||
| 
 | ||||
|   | ||||
| @@ -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'                       => [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user