Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-05-19 18:21:43 +00:00
committed by StyleCI Bot
parent db57f83bdf
commit 9342a5ce36
14 changed files with 6 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ namespace App\Commands;
use App\Logger\CliRequestLogger;
use Illuminate\Console\Parser;
use LaravelZero\Framework\Commands\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\ConsoleOutput;
abstract class ServerAwareCommand extends Command