belongsTo(Department::class, 'department_id'); } public function type() { return $this->belongsTo(TypeDoc::class, 'type_doc_id'); } public function creator() { return $this->belongsTo(User::class, 'user_id'); } }