class Authenticated implements ContextualAttribute

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

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

Create a new class instance.

Parameters

UnitEnum|string|null $guard

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