Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-06 13:07:26 +00:00
parent 88642f7ecd
commit 168656e3aa
235 changed files with 14818 additions and 14426 deletions

View File

@@ -24,20 +24,20 @@ class SocialRequest extends Request
public function rules()
{
return [
'linkedin' => 'url',
'stumble' => 'url',
'google' => 'url',
'linkedin' => 'url',
'stumble' => 'url',
'google' => 'url',
'deviantart' => 'url',
'flickr' => 'url',
'skype' => 'url',
'rss' => 'url',
'twitter' => 'url',
'facebook' => 'url',
'youtube' => 'url',
'vimeo' => 'url',
'pinterest' => 'url',
'dribbble' => 'url',
'instagram' => 'url',
'flickr' => 'url',
'skype' => 'url',
'rss' => 'url',
'twitter' => 'url',
'facebook' => 'url',
'youtube' => 'url',
'vimeo' => 'url',
'pinterest' => 'url',
'dribbble' => 'url',
'instagram' => 'url',
];
}
}