Skip to content

Commit

Permalink
Add \Illuminate\Support\Carbon to unserialize safelist
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Nov 14, 2023
1 parent 2ef5a37 commit a28f62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,6 @@
'unserialize_safelist' => [
\Carbon\Carbon::class,
\Carbon\CarbonImmutable::class,
\Illuminate\Support\Carbon::class,
],
];

0 comments on commit a28f62b

Please sign in to comment.