Skip to content

Commit

Permalink
removed vendor autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Jul 27, 2017
1 parent 5765f4e commit ddcca8c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/Config/bootstrap.php
Expand Up @@ -22,17 +22,6 @@
* @license https://opensource.org/licenses/mit-license.php MIT License
*/

/**
* Load Composer autoload.
*
* Remove and re-prepend CakePHP's autoloader as Composer thinks it is the most important.
* @see http://goo.gl/kKVJO7
* @see http://book.cakephp.org/2.0/en/installation/advanced-installation.html#installing-cakephp-with-composer
*/
require ROOT . DS . 'vendors/autoload.php';
spl_autoload_unregister(array('App', 'load'));
spl_autoload_register(array('App', 'load'), true, true);

// Setup a 'default' cache configuration for use in the application.
Cache::config('default', array('engine' => 'File'));

Expand Down

0 comments on commit ddcca8c

Please sign in to comment.