First fixes for level 7.

This commit is contained in:
James Cole
2025-01-04 19:12:04 +01:00
parent d2b6829574
commit 23178614d5
4 changed files with 33 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ return [
|
*/
'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', '')),
'stateful' => explode(',', (string) env('SANCTUM_STATEFUL_DOMAINS', '')),
/*
|--------------------------------------------------------------------------