class Authenticate extends Authenticate

Methods

string|null
redirectTo(Request $request)

Get the path the user should be redirected to when they are not authenticated.

Details

at line 13
protected string|null redirectTo(Request $request)

Get the path the user should be redirected to when they are not authenticated.

Parameters

Request $request

Return Value

string|null