Skip to content

Commit 96e26b0

Browse files
committed
Add array example to config docs
1 parent 381b182 commit 96e26b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/stagefront.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
/**
6565
* When using the database, you can limit access to specific users.
6666
* Enter aan array or string of comma separated logins, or null to allow all users.
67-
* For example: 'john@doe.io,jane@doe.io'
67+
* For example: ['john@doe.io', 'jane@doe.io'] or 'john@doe.io,jane@doe.io'
6868
*
6969
* Default: null
7070
*/

0 commit comments

Comments
 (0)