Skip to content

Commit acdbb69

Browse files
fix code example (laravel#8931)
A comma is missing
1 parent e1d331a commit acdbb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ If you need to the user to be able to select multiple options, you may use the `
286286
use function Laravel\Prompts\multiselect;
287287

288288
$permissions = multiselect(
289-
'What permissions should be assigned?'
289+
'What permissions should be assigned?',
290290
['Read', 'Create', 'Update', 'Delete']
291291
);
292292
```

0 commit comments

Comments
 (0)