Skip to content

Commit

Permalink
NGSTACK-807 CanonicalUrl configuration fixed, 2 unnecessary arguments…
Browse files Browse the repository at this point in the history
… removed and class path fixed
  • Loading branch information
Miljenko Muha committed Dec 7, 2023
1 parent 03fde6e commit 688c207
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bundle/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ services:
class: Netgen\Bundle\OpenGraphBundle\MetaTag\Renderer

app.opengraph.handler.url:
class: Netgen\Bundle\OpenGraphBundle\Handler\FieldType\CanonicalUrl
class: Netgen\Bundle\OpenGraphBundle\Handler\Literal\CanonicalUrl
public: false
lazy: true
arguments:
- "@router"
- '@Ibexa\Core\Helper\TranslationHelper'
- "@ibexa.api.service.content"
tags:
- { name: netgen_open_graph.meta_tag_handler, alias: ngsite/canonical }

0 comments on commit 688c207

Please sign in to comment.