final class Auths implements PipeContract

internal  
 

Traits

Properties

protected Container $container from  HasContainer

Methods

void
setContainer(Container $container)

No description

Container
getContainer()

Returns the current broker.

mixed
resolve(string $abstract)

Resolve the given type from the container.

void
handle(PassableContract $passable, Closure $next)

No description

Details

in HasContainer at line 27
void setContainer(Container $container)

No description

Parameters

Container $container

Return Value

void

in HasContainer at line 37
Container getContainer()

Returns the current broker.

Return Value

Container

in HasContainer at line 48
mixed resolve(string $abstract)

Resolve the given type from the container.

Parameters

string $abstract

Return Value

mixed

at line 35
void handle(PassableContract $passable, Closure $next)

No description

Parameters

PassableContract $passable
Closure $next

Return Value

void