mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
db7269ff28
commit
0ebc50cad9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SEOManager
|
||||||
{
|
{
|
||||||
return collect([
|
return collect([
|
||||||
'site', 'title', 'image', 'description', 'url',
|
'site', 'title', 'image', 'description', 'url',
|
||||||
'twitter.site', 'twitter.title', 'twitter.image', 'twitter.description'
|
'twitter.site', 'twitter.title', 'twitter.image', 'twitter.description',
|
||||||
])
|
])
|
||||||
->merge(array_keys($this->defaults))
|
->merge(array_keys($this->defaults))
|
||||||
->merge(array_keys($this->values))
|
->merge(array_keys($this->values))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue