class Illuminate / Auth / Events / Lockout
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Lockout

Properties

public

$request Request

The throttled request.

Default: null

Methods

public

__construct ( Request $request ) : void

Create a new event instance.

Parameters