From 8d2a440fe1aa15d03e88742772babc286a6dcfd6 Mon Sep 17 00:00:00 2001 From: hideki_okajima Date: Tue, 27 Jul 2021 16:52:09 +0900 Subject: [PATCH] =?UTF-8?q?eccube:install=20=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=81=A7=E3=81=AF=20Api=20=E3=83=97=E3=83=A9=E3=82=B0?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=92=E6=9C=89=E5=8A=B9=E5=8C=96=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Command/InstallerCommand.php | 1 - 1 file changed, 1 deletion(-) 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プラグインはデフォルトで有効化 ]; // コンテナを再ロードするため別プロセスで実行する.