Browse Source

Merge pull request #10896 from ravage84/3.x-http-application-interface-import

Remove unused HTTP application related import
Mark Story 8 years ago
parent
commit
fe75ac4e5e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Console/CommandRunner.php

+ 0 - 1
src/Console/CommandRunner.php

@@ -20,7 +20,6 @@ use Cake\Console\ConsoleIo;
 use Cake\Console\Exception\StopException;
 use Cake\Console\Shell;
 use Cake\Core\ConsoleApplicationInterface;
-use Cake\Core\HttpApplicationInterface;
 use Cake\Event\EventManagerTrait;
 use Cake\Shell\HelpShell;
 use Cake\Shell\VersionShell;