From b4ef3dacd2b87a9588ce7f23880e78455119845b Mon Sep 17 00:00:00 2001 From: Charlie J Date: Thu, 27 May 2021 21:32:59 +0100 Subject: [PATCH] Fixed twitter $bool with invalid code --- src/SEOManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEOManager.php b/src/SEOManager.php index 50e7f98..b512a07 100644 --- a/src/SEOManager.php +++ b/src/SEOManager.php @@ -13,7 +13,7 @@ use Illuminate\Support\Str; * @method $this url(string $url = null, ...$args) Set the canonical URL. * @method $this site(string $site = null, ...$args) Set the site name. * @method $this image(string $url = null, ...$args) Set the cover image. - * @method $this twitter(enabled $bool = true = null, ...$args) Enable the Twitter extension. + * @method $this twitter(enabled $bool = true, ...$args) Enable the Twitter extension. * @method $this twitterSite(string $username = null, ...$args) Set the Twitter author. * @method $this twitterTitle(string $title = null, ...$args) Set the Twitter title. * @method $this twitterDescription(string $description = null, ...$args) Set the Twitter description.