Ver código fonte

Référencement : correctif getMetalTitle()

feature/symfony6.1
Guillaume 2 anos atrás
pai
commit
f660f823df
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Twig/MetaTwigExtension.php

+ 1
- 1
Twig/MetaTwigExtension.php Ver arquivo

@@ -34,7 +34,7 @@ class MetaTwigExtension extends AbstractExtension

public function getMetaTitle($entity, $title = null): ?string
{
return $this->metaComponent->getMetaTitle($entity, $title = null);
return $this->metaComponent->getMetaTitle($entity, $title);
}

public function getMetaDescription($entity): ?string

Carregando…
Cancelar
Salvar