belongsTo(SubDepartment::class); } public function settings() : HasOne { return $this->hasOne(ProductSetting::class); } }