Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-11-01 21:40:32 +00:00
committed by StyleCI Bot
parent cec52c4229
commit 5595a9de3d
5 changed files with 20 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ class ShareCommand extends Command
{
if (! empty($this->option('hostname')) && ! empty($this->option('subdomain'))) {
$this->error('You can only specify one. Either a custom hostname or a subdomain.');
return;
}