我正在使用yii 2 authclient extension和Exemple code here
当我从Facebook登录后发生错误
设置未知属性:app \ models \ User :: github
我找不到函数github()
。
请帮帮我。感谢
答案 0 :(得分:0)
也许在您的代码中某处,您有一个像
这样的代码并且您的用户类没有github属性:
php
class User {
private $github; // <- I suspect this property is missed
}
答案 1 :(得分:0)
Exemple code here但我不知道属性'github'