Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add class alias for engines
  • Loading branch information
antograssiot committed Aug 29, 2014
1 parent 2903356 commit 05fcedc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/bootstrap.php
Expand Up @@ -17,5 +17,7 @@

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

require CAKE . 'basics.php';

0 comments on commit 05fcedc

Please sign in to comment.