Merge pull request #6619 from turbo124/v5-develop
Remove tax_rates from companyuser model
This commit is contained in:
commit
b3209caa7e
1 changed files with 4 additions and 4 deletions
|
|
@ -56,10 +56,10 @@ class CompanyUser extends Pivot
|
|||
return self::class;
|
||||
}
|
||||
|
||||
public function tax_rates()
|
||||
{
|
||||
return $this->hasMany(TaxRate::class, 'company_id', 'company_id');
|
||||
}
|
||||
// public function tax_rates()
|
||||
// {
|
||||
// return $this->hasMany(TaxRate::class, 'company_id', 'company_id');
|
||||
// }
|
||||
|
||||
public function account()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue