Revert sorting
This commit is contained in:
@ -34,8 +34,7 @@ class PeoplesChoiceResource extends Resource
|
||||
Select::make('vehicle')
|
||||
->label('Vehicle')
|
||||
->options(Vehicles::all()->pluck('owner', 'id'))
|
||||
->searchable()
|
||||
->orderable('owner'),
|
||||
->searchable(),
|
||||
TextInput::make('pc_count'),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user