-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Thank you for writing this module. It gives me a great example for my own project. I am learning a lot of it.
However, I do have problem.
If I lookup an answer I get the error:
Call to undefined method app\models\User::find()
Everything else is working fine.
On http://www.yiiframework.com/forum/index.php/topic/58356-call-to-undefined-method-appmodelsuserfind/
the answer is to: Try extending from yii\db\ActiveRecord instead.
That do I have to change in the code to solve this problem?
My config is:
'qa' => 'artkost\qa\Module',
'userClass' => 'dektrium\user\Module',
'userNameFormatter' => 'getUserName'
That is I am using the dektrium user class.
Metadata
Metadata
Assignees
Labels
No labels