Account next invoice, and authorisations
This commit is contained in:
@@ -17,6 +17,11 @@ class Country extends Model
|
||||
return $this->belongsTo(Currency::class);
|
||||
}
|
||||
|
||||
public function taxes()
|
||||
{
|
||||
return $this->hasMany(Tax::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* The accounts in this country
|
||||
*/
|
||||
|
Reference in New Issue
Block a user