update category model
This commit is contained in:
parent
003e686224
commit
3ac8d12c15
@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class CarShowCategory extends Model
|
||||
{
|
||||
protected $table = 'car_show_categories';
|
||||
protected static ?string $recordTitleAttribute = 'category_name';
|
||||
|
||||
protected $fillable = [
|
||||
'category_name',
|
||||
'vehicle_type'
|
||||
|
Loading…
Reference in New Issue
Block a user