class CurrentUser extends Authenticated

Methods

__construct(UnitEnum|string|null $guard = null)

Create a new class instance.

static Authenticatable|null
resolve(Authenticated $attribute, Container $container)

Resolve the currently authenticated user.

Details

in Authenticated at line 19
__construct(UnitEnum|string|null $guard = null)

Create a new class instance.

Parameters

UnitEnum|string|null $guard

in Authenticated at line 26
static Authenticatable|null resolve(Authenticated $attribute, Container $container)

Resolve the currently authenticated user.

Parameters

Authenticated $attribute
Container $container

Return Value

Authenticatable|null