Switch local setup to PHP8.5
Also pull in config changes from upstream laravel/laravel
This commit is contained in:
parent
6b4607e4f9
commit
d3d6913474
11 changed files with 77 additions and 26 deletions
|
|
@ -101,7 +101,7 @@ return [
|
|||
|
||||
'previous_keys' => [
|
||||
...array_filter(
|
||||
explode(',', env('APP_PREVIOUS_KEYS', ''))
|
||||
explode(',', (string) env('APP_PREVIOUS_KEYS', ''))
|
||||
),
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue