diff --git a/src/Eccube/Command/InstallerCommand.php b/src/Eccube/Command/InstallerCommand.php index 8bee9a63550..120fabbcee6 100644 --- a/src/Eccube/Command/InstallerCommand.php +++ b/src/Eccube/Command/InstallerCommand.php @@ -226,7 +226,6 @@ protected function execute(InputInterface $input, OutputInterface $output) 'doctrine:schema:create', 'eccube:fixtures:load', 'cache:clear --no-warmup', - 'eccube:plugin:enable --code=Api || true', // APIプラグインはデフォルトで有効化 ]; // コンテナを再ロードするため別プロセスで実行する.