Skip to content

Commit

Permalink
Add backwards compatibility shim for Response.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 19, 2016
1 parent 3ac9235 commit c0a50db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Network/Response.php
@@ -0,0 +1,3 @@
<?php
// @deprecated Backwards compatibility with earler 3.x versions.
class_alias('Cake\Http\Response', 'Cake\Network\Response');

0 comments on commit c0a50db

Please sign in to comment.