try to fix vehownerrelmgr
This commit is contained in:
parent
a588f397b2
commit
d91e1703e7
@ -20,7 +20,8 @@ class VehicleOwnerRelationManager extends RelationManager
|
||||
{
|
||||
return $form
|
||||
->schema([
|
||||
Forms\Components\TextInput::make('owner')
|
||||
Forms\Components\Select::make('bidder_assigned_number')
|
||||
->label('number')
|
||||
->required()
|
||||
->maxLength(255),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user