Skip to content

Commit

Permalink
Fixed twitter $bool with invalid code
Browse files Browse the repository at this point in the history
  • Loading branch information
heychazza authored May 27, 2021
1 parent 4b9b6e7 commit b4ef3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEOManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @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.
Expand Down

0 comments on commit b4ef3da

Please sign in to comment.