1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-02 18:02:23 +00:00
parent 04b14cf9d1
commit 40d54b301c

View File

@@ -8,7 +8,6 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\EventDispatcher\EventDispatcher;
use function Valet\info;
use function Valet\output;
use function Valet\table;
@@ -42,7 +41,6 @@
$app = new Application('Laravel Valet', $version);
$dispatcher = new EventDispatcher();
$app->setDispatcher($dispatcher);