diff --git a/config/bootstrap.php b/config/bootstrap.php index e52e596d515..07ef45e4dff 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -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';