mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Fix tests
This commit is contained in:
parent
007a555d57
commit
4f9a014c07
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class SEOManager
|
|||
/** Add a meta tag. */
|
||||
public function tag(string $property, string $content): static
|
||||
{
|
||||
$this->rawTag("<meta property\"{$property}\" content=\"{$content}\" />");
|
||||
$this->rawTag("<meta property=\"{$property}\" content=\"{$content}\" />");
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue