diff --git a/app/Models/Client.php b/app/Models/Client.php index ccb2064ae7..88f7ab11ea 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');