belongsTo(Project::class); } public function client() { return $this->belongsTo(User::class, 'client_id'); } }