belongsTo(IeoProject::class, 'project_id'); } public function user() { return $this->belongsTo(Users::class, 'user_id'); } }