Browse Source

Référencement : correctif getMetalTitle()

feature/symfony6.1
Guillaume 2 years ago
parent
commit
f660f823df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Twig/MetaTwigExtension.php

+ 1
- 1
Twig/MetaTwigExtension.php View File

@@ -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

Loading…
Cancel
Save