From 01abf158eb9f6aebe20df10fae9fd2850c99b8fd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 27 Sep 2015 08:06:36 +1000 Subject: [PATCH] No such model Projects --- app/Models/Client.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Models/Client.php b/app/Models/Client.php index ccb2064ae7bf..88f7ab11ea23 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -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');