Attempting
in package
Table of Contents
- $credentials : array<string|int, mixed>
- The credentials for the user.
- $remember : bool
- Indicates if the user should be "remembered".
- __construct() : void
- Create a new event instance.
Properties
$credentials
The credentials for the user.
public
array<string|int, mixed>
$credentials
$remember
Indicates if the user should be "remembered".
public
bool
$remember
Methods
__construct()
Create a new event instance.
public
__construct(array<string|int, mixed> $credentials, bool $remember) : void
Parameters
- $credentials : array<string|int, mixed>
- $remember : bool