Add foreign keys to field in Category, Item models.
This commit is contained in:
@@ -15,6 +15,7 @@ class Category extends Model
|
||||
'uuid',
|
||||
'name',
|
||||
'url',
|
||||
'company_id',
|
||||
];
|
||||
|
||||
public function company(): BelongsTo
|
||||
|
||||
Reference in New Issue
Block a user