From 479266b36835379e43321805c2c21a45d76be5a8 Mon Sep 17 00:00:00 2001 From: luceos Date: Wed, 2 Oct 2019 12:36:29 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/src/Console/Event/Configuring.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/core/src/Console/Event/Configuring.php b/framework/core/src/Console/Event/Configuring.php index eadd04fff..a40a62b60 100644 --- a/framework/core/src/Console/Event/Configuring.php +++ b/framework/core/src/Console/Event/Configuring.php @@ -14,7 +14,6 @@ namespace Flarum\Console\Event; use Flarum\Foundation\Application; use Illuminate\Console\Command; use Symfony\Component\Console\Application as ConsoleApplication; -use Symfony\Component\EventDispatcher\EventDispatcher; /** * Configure the console application.