Error Since Last Update

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.

that fixed it.

Thanks ORey for the fast reply!!! :D