From af5a9fc1f16433943601336e8741146a9488c4f7 Mon Sep 17 00:00:00 2001 From: --system Date: Mon, 6 Jan 2025 21:34:13 +0100 Subject: [PATCH] [BUGFIX] Fixed namespace of AdvancedRobotsGenerator within Services.yaml to fix DI --- Configuration/Services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index fc7db74a..d96e4c71 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -72,7 +72,7 @@ services: YoastSeoForTypo3\YoastSeo\MetaTag\RecordMetaTagGenerator: public: true - YoastSeoForTypo3\YoastSeo\MetaTag\AdvancedRobotsGenerator: + YoastSeoForTypo3\YoastSeo\MetaTag\AdvancedRobots\AdvancedRobotsGenerator: public: true YoastSeoForTypo3\YoastSeo\Frontend\UsePageCache: