We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e5c12 commit 9884730Copy full SHA for 9884730
config/filament.php
@@ -2,7 +2,7 @@
2
3
return [
4
5
- 'users' => str_getcsv(env('FILAMENT_USERS') ?: ''),
+ 'users' => str_getcsv(env('FILAMENT_USERS') ?: '', escape: ''),
6
7
/*
8
|--------------------------------------------------------------------------
0 commit comments