Skip to content

Commit

Permalink
Merge pull request #9884 from cakephp/3next-move-response
Browse files Browse the repository at this point in the history
Move Response into Http namespace.
  • Loading branch information
markstory committed Dec 21, 2016
2 parents 2f0dc88 + 4740108 commit 40fb946
Show file tree
Hide file tree
Showing 11 changed files with 2,448 additions and 2,496 deletions.
1 change: 0 additions & 1 deletion src/Http/ActionDispatcher.php
Expand Up @@ -17,7 +17,6 @@
use Cake\Controller\Controller;
use Cake\Event\EventDispatcherTrait;
use Cake\Event\EventListenerInterface;
use Cake\Network\Response;
use Cake\Routing\Router;
use LogicException;

Expand Down
1 change: 0 additions & 1 deletion src/Http/ControllerFactory.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Http;

use Cake\Core\App;
use Cake\Network\Response;
use Cake\Routing\Exception\MissingControllerException;
use Cake\Utility\Inflector;
use ReflectionClass;
Expand Down

0 comments on commit 40fb946

Please sign in to comment.