Commit 8e6b427f by Tobias Munk

removed composer autoloading, since it's already active

parent d878520c
......@@ -70,7 +70,6 @@ class InstallHandler
$appPath = realpath(__DIR__ . '/../../../../..');
require($appPath . '/vendor/yiisoft/yii2/yii/Yii.php');
require($appPath . '/vendor/autoload.php');
$config = require($appPath . '/config/console.php');
foreach((array)$options['run'] as $params){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment