'onInitShopware6Client', ]; } /** * @return Shopware6Client */ public static function onInitShopware6Client(): Shopware6Client { return new Shopware6Client(new HttpClient()); } }