diff --git a/Classes/Command/AbstractCommand.php b/Classes/Command/AbstractCommand.php index a3849bf..659fb72 100644 --- a/Classes/Command/AbstractCommand.php +++ b/Classes/Command/AbstractCommand.php @@ -9,6 +9,7 @@ use Webmozart\Console\Api\Command\Command; use MCStreetguy\SmartConsole\Utility\IO; use MCStreetguy\SmartConsole\Annotations\Command\OptionalArgument; +use Doctrine\Common\Annotations\AnnotationReader; /** * The base class for command handlers.