如何访问 cakephp 4.0 组件中的请求对象和会话数据?
我在组件中的以下代码中升级后 出现以下错误Call to a member function getSession() on null 。$session = $this->request->getSession();
$session = $this->request->getSession();
php cakephp cakephp-4.x
cakephp ×1
cakephp-4.x ×1
php ×1