currencyUtil = $currencyUtil; } #[Query(outputType: '[ShopCurrency]')] public function currency(): array { return $this->currencyUtil->getCurrencies(); } }