diff --git a/app/Filament/Resources/CarShowCategoryResource/RelationManagers/VehicleRelationManager.php b/app/Filament/Resources/CarShowCategoryResource/RelationManagers/VehicleRelationManager.php index d69279d..2cb19a5 100644 --- a/app/Filament/Resources/CarShowCategoryResource/RelationManagers/VehicleRelationManager.php +++ b/app/Filament/Resources/CarShowCategoryResource/RelationManagers/VehicleRelationManager.php @@ -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 {