category relation
This commit is contained in:
parent
7fdc4bbc42
commit
8fbdcc2a2f
@ -24,8 +24,6 @@ class CarShowCategoryResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-collection';
|
protected static ?string $navigationIcon = 'heroicon-o-collection';
|
||||||
|
|
||||||
protected static ?string $inverseRelationship = 'type';
|
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
@ -16,6 +16,8 @@ class VehicleRelationManager extends RelationManager
|
|||||||
|
|
||||||
protected static ?string $recordTitleAttribute = 'id';
|
protected static ?string $recordTitleAttribute = 'id';
|
||||||
|
|
||||||
|
protected static ?string $inverseRelationship = 'type';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
Loading…
Reference in New Issue
Block a user