category relation

This commit is contained in:
Russ Long 2022-08-07 09:01:34 -04:00
parent 8fbdcc2a2f
commit fb50e5624f

View File

@ -16,7 +16,7 @@ class VehicleRelationManager extends RelationManager
protected static ?string $recordTitleAttribute = 'id';
protected static ?string $inverseRelationship = 'type';
protected static ?string $inverseRelationship = 'vehicleType';
public static function form(Form $form): Form
{