From b09ac3f3f8b0fcf752536e34d1a3c4d843a5ed9c 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] --- src/Console/Event/Configuring.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Console/Event/Configuring.php b/src/Console/Event/Configuring.php index eadd04fff..a40a62b60 100644 --- a/src/Console/Event/Configuring.php +++ b/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.