mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
commit
69034c6d71
@ -39,11 +39,6 @@ class Client extends EntityModel
|
||||
return $this->hasMany('App\Models\Contact');
|
||||
}
|
||||
|
||||
public function projects()
|
||||
{
|
||||
return $this->hasMany('App\Models\Project');
|
||||
}
|
||||
|
||||
public function country()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Country');
|
||||
|
Loading…
Reference in New Issue
Block a user