1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-14 02:34:04 +00:00

Fix raw tag overriding

This commit is contained in:
Samuel Štancl 2021-05-28 17:12:08 +02:00
parent 713e574790
commit 5415e86927
2 changed files with 4 additions and 2 deletions

View file

@ -195,7 +195,7 @@ class SEOManager
{
$tag ??= $key;
$this->tags[$tag] = $tag;
$this->tags[$key] = $tag;
return $this;
}