Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
Entirely remove use statement as we are not in a namespaced file.
  • Loading branch information
ceeram committed Mar 21, 2015
1 parent 9affc30 commit 67979b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Cake\Routing\DispatcherFactory;
use Cake\Routing\Router;
use DebugKit\Routing\Filter\DebugBarFilter;
use PDO;

$debugBar = new DebugBarFilter(EventManager::instance(), (array)Configure::read('DebugKit'));

Expand Down

0 comments on commit 67979b0

Please sign in to comment.