diff --git a/config/bootstrap.php b/config/bootstrap.php index 335413e73..79e9f1da9 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -17,7 +17,7 @@ use Cake\Routing\DispatcherFactory; use Cake\Routing\Router; use DebugKit\Routing\Filter\DebugBarFilter; -use \PDO; +use PDO; $debugBar = new DebugBarFilter(EventManager::instance(), (array)Configure::read('DebugKit'));