Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
Hope to make php7 more happy
  • Loading branch information
ceeram committed Mar 21, 2015
1 parent 9433c1a commit 9affc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit 9affc30

Please sign in to comment.