remove symfony classLoader component, using composer autoloader with

dump optimized option
This commit is contained in:
Manuel Raynaud
2013-02-04 14:55:20 +01:00
parent b6fec44086
commit 9309c75e07
6 changed files with 44 additions and 88 deletions

View File

@@ -8,7 +8,7 @@
define('THELIA_ROOT', __DIR__ .'/../');
define('THELIA_CONF_DIR', THELIA_ROOT . '/local/config');
define('THELIA_PLUGIN_DIR', THELIA_ROOT . '/local/plugins');
$loader = require __DIR__ . '/autoload.php';
$loader = require __DIR__ . "/vendor/autoload.php";