1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Merge pull request #444 from turbo124/master

No such model Projects
This commit is contained in:
Hillel Coren 2015-09-27 11:24:11 +03:00
commit 69034c6d71

View File

@ -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');