From 4f9a014c076a18feb61c4a72c12bf73281aa355a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 26 May 2021 13:05:27 +0200 Subject: [PATCH] Fix tests --- src/SEOManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEOManager.php b/src/SEOManager.php index 90a8a84..bb900ea 100644 --- a/src/SEOManager.php +++ b/src/SEOManager.php @@ -189,7 +189,7 @@ class SEOManager /** Add a meta tag. */ public function tag(string $property, string $content): static { - $this->rawTag(""); + $this->rawTag(""); return $this; }