belongsTo('App\Models\User', 'user_id'); } public function project() { return $this->belongsTo('App\Models\Project', 'project_id'); } }