1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

No such model Projects

This commit is contained in:
David Bomba 2015-09-27 08:06:36 +10:00
parent 8337bc9669
commit 01abf158eb

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