我正在使用cakePhp3的hybrid-auth插件。登录后得到这样的回复:
Notice (8): Undefined variable: UsersTable [ROOT/vendor/admad/cakephp-hybridauth/src/Auth/HybridAuthAuthenticate.php, line 289]
Fatal Error
Cake\Error\FatalErrorException
Error: Call to a member function primaryKey() on null File /home/user10/public_html/app/vendor/admad/cakephp-hybridauth/src/Auth/HybridAuthAuthenticate.php Line: 289
我该如何解决这个问题?