From dc3f3cb5b23ecddc00685ac2d07527e9e851456c Mon Sep 17 00:00:00 2001 From: Miljenko Muha Date: Thu, 7 Dec 2023 15:02:16 +0100 Subject: [PATCH] NGSTACK-807 public and lazy properties removed from CanonicalUrl configuration --- bundle/Resources/config/services.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/Resources/config/services.yaml b/bundle/Resources/config/services.yaml index a510d86..19b77a5 100644 --- a/bundle/Resources/config/services.yaml +++ b/bundle/Resources/config/services.yaml @@ -14,8 +14,6 @@ services: app.opengraph.handler.url: class: Netgen\Bundle\OpenGraphBundle\Handler\Literal\CanonicalUrl - public: false - lazy: true arguments: - "@router" tags: