category relationship

This commit is contained in:
2022-08-06 19:19:33 -04:00
parent b6ff1755ad
commit fde7c758d7
2 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,6 @@ use Filament\Tables\Columns\TextColumn;
use Filament\Forms\Components\TextInput;
use Filament\Forms\Components\Toggle;
class CarShowCategoryResource extends Resource
{
protected static ?string $model = CarShowCategory::class;