mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6619 from turbo124/v5-develop
Remove tax_rates from companyuser model
This commit is contained in:
commit
b3209caa7e
@ -56,10 +56,10 @@ class CompanyUser extends Pivot
|
|||||||
return self::class;
|
return self::class;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function tax_rates()
|
// public function tax_rates()
|
||||||
{
|
// {
|
||||||
return $this->hasMany(TaxRate::class, 'company_id', 'company_id');
|
// return $this->hasMany(TaxRate::class, 'company_id', 'company_id');
|
||||||
}
|
// }
|
||||||
|
|
||||||
public function account()
|
public function account()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user