yii2-message
yii2-message copied to clipboard
UserModel don´t necessarily need to be ActiveRecord
The Module should be adjusted so that UserModel don´t necessarily need to be ActiveRecord.
A yii\base\Model with an 'id' should be sufficient.
Goal will be that the module works with the yii2-basic-app.
Maybe you can even get rid of the id
restriction by using ->primaryKey
? (haven't checked the source, just a guess)