We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ManagerRegistoryへの依存をAbstractRepositoryへ移動する https://github.com/EC-CUBE/next-poc/pull/12/files
コンストラクタインジェクションをしているRepositoryはセッターインジェクションへ変更する https://github.com/EC-CUBE/next-poc/blob/main/src/application/Eccube/Repository/BlockRepository.php#L41
マスタデータ管理で利用。 https://github.com/EC-CUBE/next-poc/blob/main/src/application/Eccube/Controller/Admin/Setting/System/MasterdataController.php#L73-L88
EntityManagerのアダプターへ切り出し、例外を変換する #10
applicationでの利用箇所なし。対応不要。
The text was updated successfully, but these errors were encountered:
chihiro-adachi
Successfully merging a pull request may close this issue.
Doctrine\Persistence\ManagerRegistry
ManagerRegistoryへの依存をAbstractRepositoryへ移動する
https://github.com/EC-CUBE/next-poc/pull/12/files
コンストラクタインジェクションをしているRepositoryはセッターインジェクションへ変更する
https://github.com/EC-CUBE/next-poc/blob/main/src/application/Eccube/Repository/BlockRepository.php#L41
Doctrine\Persistence\Mapping\MappingException
マスタデータ管理で利用。
https://github.com/EC-CUBE/next-poc/blob/main/src/application/Eccube/Controller/Admin/Setting/System/MasterdataController.php#L73-L88
EntityManagerのアダプターへ切り出し、例外を変換する #10
Doctrine\Persistence\ObjectManager
applicationでの利用箇所なし。対応不要。
The text was updated successfully, but these errors were encountered: