RJ

Results 2 issues of RJ

When using: ```php auth()->user()->previousLoginAt(); // or auth()->user()->previousLoginIp(); ``` They currently do not skip ALL failed login attempts. For instance, if there is a failed login attempt prior to the current...

Fixed issue with getting previous login at and previous login IP. Added down method to migration file to allow rollbacks.