diff --git a/src/Command/BaseLoggingCommand.php b/src/Command/BaseLoggingCommand.php index 324de648..2330d030 100644 --- a/src/Command/BaseLoggingCommand.php +++ b/src/Command/BaseLoggingCommand.php @@ -11,7 +11,6 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Throwable; -use Webmozart\Assert\Assert; use function ErrorHeroModule\isExcludedException;