From 6503eccf6001abdb8d657d18fc87471993b827c5 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 29 Dec 2019 21:20:41 -0500 Subject: [PATCH] Don't use the old class name. Using this classname causes analysis fails in other packages. --- src/Command/BakeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/BakeCommand.php b/src/Command/BakeCommand.php index c4a1a0205..d8d2a433b 100644 --- a/src/Command/BakeCommand.php +++ b/src/Command/BakeCommand.php @@ -17,8 +17,8 @@ namespace Bake\Command; use Bake\Utility\CommonOptionsTrait; +use Cake\Command\Command; use Cake\Console\Arguments; -use Cake\Console\Command; use Cake\Console\ConsoleIo; use Cake\Core\Configure; use Cake\Core\ConventionsTrait;