Skip to content

Commit

Permalink
Add temporary class alias for Debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 29, 2014
1 parent 8d61a55 commit b81955a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/bootstrap.php
Expand Up @@ -15,4 +15,7 @@

define('TIME_START', microtime(true));

// Compatibility aliases. These will be removed for the first RC release.
class_alias('Cake\Error\Debugger', 'Cake\Utility\Debugger');

require CAKE . 'basics.php';

0 comments on commit b81955a

Please sign in to comment.