mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Use composer as application autoloader
This commit is contained in:
@@ -38,7 +38,7 @@ class module_console_systemUpgrade extends Command
|
||||
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
require_once dirname(__FILE__) . '/../../../../lib/bootstrap.php';
|
||||
require_once dirname(__FILE__) . '/../../../../vendor/autoload.php';
|
||||
|
||||
$interactive = !$input->getOption('yes');
|
||||
|
Reference in New Issue
Block a user