We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b27f commit 3a1df68Copy full SHA for 3a1df68
app/Filament/Resources/EventResource.php
@@ -44,7 +44,7 @@ public static function table(Table $table): Table
44
DateRangeFilter::make('start_date'),
45
Tables\Filters\SelectFilter::make('collection_id')
46
->label('Collection')
47
- ->options(Collection::orderBy("name")->get()->pluck('name', 'id')),
+ ->options(Collection::orderBy('name')->get()->pluck('name', 'id')),
48
])
49
->actions([
50
Tables\Actions\EditAction::make(),
0 commit comments