mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Fixed twitter $bool with invalid code
This commit is contained in:
parent
4b9b6e7eea
commit
b4ef3dacd2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Str;
|
||||||
* @method $this url(string $url = null, ...$args) Set the canonical URL.
|
* @method $this url(string $url = null, ...$args) Set the canonical URL.
|
||||||
* @method $this site(string $site = null, ...$args) Set the site name.
|
* @method $this site(string $site = null, ...$args) Set the site name.
|
||||||
* @method $this image(string $url = null, ...$args) Set the cover image.
|
* @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 twitterSite(string $username = null, ...$args) Set the Twitter author.
|
||||||
* @method $this twitterTitle(string $title = null, ...$args) Set the Twitter title.
|
* @method $this twitterTitle(string $title = null, ...$args) Set the Twitter title.
|
||||||
* @method $this twitterDescription(string $description = null, ...$args) Set the Twitter description.
|
* @method $this twitterDescription(string $description = null, ...$args) Set the Twitter description.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue