From f7933b794d8aaaf6a9dfe48a975e51e4df1765c3 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 1 May 2022 15:50:18 +0300 Subject: [PATCH] feat(console): improve `entries:has` logic --- src/flextype/core/Console/Commands/Entries/EntrieHasCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flextype/core/Console/Commands/Entries/EntrieHasCommand.php b/src/flextype/core/Console/Commands/Entries/EntrieHasCommand.php index d58271be..e818275a 100644 --- a/src/flextype/core/Console/Commands/Entries/EntrieHasCommand.php +++ b/src/flextype/core/Console/Commands/Entries/EntrieHasCommand.php @@ -22,7 +22,6 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; use function Thermage\div; -use function Thermage\span; use function Thermage\renderToString; class EntriesHasCommand extends Command