You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to extend the UserModel, in such a way that I could, for instance, let the last_login column be of type DateTime. The only thing is, that the plugin's commands use a fixed reference to yii2mod\user\models\UserModel.
If the plugin itself would have a way of configuring the model to use, then all commands would use that model. Is this something that you would be willing to pull into the code?
The text was updated successfully, but these errors were encountered:
I would like to be able to extend the UserModel, in such a way that I could, for instance, let the last_login column be of type
DateTime
. The only thing is, that the plugin's commands use a fixed reference toyii2mod\user\models\UserModel
.If the plugin itself would have a way of configuring the model to use, then all commands would use that model. Is this something that you would be willing to pull into the code?
The text was updated successfully, but these errors were encountered: