Skip to content

Commit

Permalink
eccube:install コマンドでは Api プラグインを有効化しない
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Jul 27, 2021
1 parent c5de847 commit 8d2a440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Eccube/Command/InstallerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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プラグインはデフォルトで有効化
];

// コンテナを再ロードするため別プロセスで実行する.
Expand Down

0 comments on commit 8d2a440

Please sign in to comment.