No such model Projects
This commit is contained in:
parent
8337bc9669
commit
01abf158eb
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue