Login
class Login (View source)
Properties
| Authenticatable | $user | The authenticated user. | |
| bool | $remember | Indicates if the user should be "remembered". |
Methods
void
Details
at line line 28
void
__construct(
Authenticatable $user,
bool $remember)
Create a new event instance.