add offers count, & minor fixes code standards
This commit is contained in:
@@ -14,7 +14,7 @@ class Delivery extends Model
|
||||
return $this->hasMany(Customer::class);
|
||||
}
|
||||
|
||||
public function SaleChannel()
|
||||
public function sale_channel()
|
||||
{
|
||||
return $this->belongsTo(SaleChannel::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user