kakalos12
(Kakalos12)
1
Hi all,
I have a problem when I update to latest source code. I can’t get the Identity instance. Here is the log
Anyone has suggestion ?
There was a breaking change in core, replace
createQuery() with find()
and find(…) with findOne(…)
in your models.
Use https://github.com/yiisoft/yii2/blob/master/apps/advanced/common/models/User.php as a reference.
trade74
(Trade74)
3
that fixed it.
Thanks ORey for the fast reply!!! 