Optimise Invoice
This commit is contained in:
@@ -44,11 +44,6 @@ class Site extends Model
|
||||
return $this->belongsTo(Country::class);
|
||||
}
|
||||
|
||||
public function currency()
|
||||
{
|
||||
return $this->belongsTo(Currency::class);
|
||||
}
|
||||
|
||||
public function details()
|
||||
{
|
||||
return $this->hasMany(SiteDetail::class,NULL,'site_id');
|
||||
|
Reference in New Issue
Block a user