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:
parent
713e574790
commit
5415e86927
2 changed files with 4 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ class SEOManager
|
|||
{
|
||||
$tag ??= $key;
|
||||
|
||||
$this->tags[$tag] = $tag;
|
||||
$this->tags[$key] = $tag;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue