Skip to content

Commit 9884730

Browse files
committed
Fix for deprecation warning
1 parent 25e5c12 commit 9884730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/filament.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44

5-
'users' => str_getcsv(env('FILAMENT_USERS') ?: ''),
5+
'users' => str_getcsv(env('FILAMENT_USERS') ?: '', escape: ''),
66

77
/*
88
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)