Skip to content

Commit

Permalink
Update AnnouncementResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieEtienne authored Mar 19, 2024
1 parent cfb8e58 commit d524c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/AnnouncementResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function form(Form $form): Form
->rgb(),

Select::make('users')
->options(['all' => 'all'] + User::all()->pluck('name', 'id'))
->options(['all' => 'all'] + User::all()->pluck('name', 'id')->toArray())
->multiple()
->required(),
]);
Expand Down

0 comments on commit d524c4e

Please sign in to comment.