Git上で標準で入っているプラグインのエラーについて
Open
bug
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
### 概要(Overview)
Git上で標準で入っているプラグインにおいて、インストールしてキャッシュをクリアするとエラーが発生する。
### 期待する内容(Expect) or 要望(Requirement)
エラーが発生しなくなる。
### 再現手順(Procedure)
1. GitからEC-CUBEソースコードをDLする。
2. DockerにてEC-CUBEを構築する。
3. コマンドラインにて、AnnotatedRoutingプラグインをインストールする。
`bin/console eccube:plugin:install --code= AnnotatedRouting`
4. コマンドラインにて、キャッシュを削除する。
`bin/console cache:clear --no-warmup`

### 環境(Environment)
EC-CUBE:4.2.3
PHP:8.1.26
MySQL:5.7.44
WEBサーバー:Apache/2.4.57
Contributor guide
Assessment
This issue has not been assessed yet.