magniloquent
magniloquent copied to clipboard
Extending this class breaks Laravel remember_token functionality
The User model, that is.
What breaks?
Sorry about the short issue, I only had a few seconds and wanted to remember!
When I extend this class with the built-in User model instead of /Eloquent the remember_token stuff quits working.
No errors are thrown, it just doesn't set or use the token at all.
Are you implementing the RemindableTrait
?https://github.com/laravel/laravel/blob/master/app/models/User.php#L5
@philipbrown Yes I am implementing RemindableTrait.
Will I not be able to extend this class when implementing RemindableTrait?
Do you have a repository of it not working?
@philipbrown I do not have a repo showing it that I can share right now, but will create one at some point soon.