Refactoring, change menu, add many features
This commit is contained in:
@@ -8,4 +8,10 @@ class SaleChannel extends Model
|
||||
{
|
||||
protected $guarded = ['id'];
|
||||
protected $table = 'shop_sale_channels';
|
||||
|
||||
public function deliveries()
|
||||
{
|
||||
return $this->hasMany(Delivery::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user