Closed stojankukrika closed 7 months ago
3.3.1
11.0
I have this line in code: $settings = settings()->all(); and get this information in bugsnag.
$settings = settings()->all();
I use a teams 'teams' = true, and 'team_foreign_key' => 'current_team_id' and use this custom middleware : https://randallwilk.dev/docs/laravel-settings/v3/advanced-usage/custom-generators and disabled encryption and cache.
'teams' = true,
'team_foreign_key' => 'current_team_id'
unserialize(): Error at offset 0 of 4 bytes and point this `$settings = settings()->all();` line in code
fixed with custom Serializer
Laravel Settings
3.3.1
Laravel Version
11.0
Bug description
I have this line in code:
$settings = settings()->all();
and get this information in bugsnag.Steps to reproduce
I use a teams
'teams' = true,
and'team_foreign_key' => 'current_team_id'
and use this custom middleware : https://randallwilk.dev/docs/laravel-settings/v3/advanced-usage/custom-generators and disabled encryption and cache.Relevant log output