Browse Source

Merge pull request #8771 from CVO-Technologies/model-factory-static

[3.3] Remove unused use statement from bootstrap
Mark Story 10 years ago
parent
commit
c262b9ba4c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/bootstrap.php

+ 0 - 1
config/bootstrap.php

@@ -13,7 +13,6 @@
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */
 
-use Cake\Datasource\FactoryLocator;
 use Cake\Routing\Router;
 
 define('TIME_START', microtime(true));