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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user