【发布时间】:2020-01-26 17:41:51
【问题描述】:
我已经安装了 TYPO3 版本。 10. 我有一个自定义扩展,可以在 TYPO3 版本上完美运行。 9. 我希望这个自定义扩展兼容最新的 TYPO3 版本。 10.但安装后出现错误。下面提到的是错误:
[Semantical Error] The annotation "@inject" in property ABC\EXTSocial\Controller\SocialController::$socialRepository was never imported. Did you maybe forget to add a "use" statement for this annotation?
有人可以帮我解决这个问题吗?
【问题讨论】:
标签: controller annotations typo3 repository typo3-10.x