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