belongsTo(User::class); } public function department() { return $this->belongsTo(Department::class); } }