belongsTo(User::class); } public function taskProyek() { return $this->belongsTo(task_proyek::class, 'task_proyek_id'); } }