diff --git a/src/ServiceProvider/EventServiceProvider.php b/src/ServiceProvider/EventServiceProvider.php index f94fdc44..022b4fd3 100644 --- a/src/ServiceProvider/EventServiceProvider.php +++ b/src/ServiceProvider/EventServiceProvider.php @@ -4,8 +4,8 @@ namespace Ghostwriter\Compliance\ServiceProvider; -use Ghostwriter\Container\ExceptionInterface; use Ghostwriter\Container\ContainerInterface; +use Ghostwriter\Container\ExceptionInterface; use Ghostwriter\Container\ServiceProviderInterface; use Ghostwriter\EventDispatcher\Contract\DispatcherInterface; use Ghostwriter\EventDispatcher\Contract\EventInterface;