class Illuminate / Auth / Events / Lockout
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Lockout

Properties

public

$request Request

The throttled request.

Default: null

Methods

public

__construct ( Request $request ) : void

Create a new event instance.

Parameters