interface Factory (View source)

Methods

mixed
guard( string|null $name = null)

Get a guard instance by name.

void
shouldUse( string $name)

Set the default guard the factory should serve.

Details

at line line 13
mixed guard( string|null $name = null)

Get a guard instance by name.

Parameters

string|null $name

Return Value

mixed

at line line 21
void shouldUse( string $name)

Set the default guard the factory should serve.

Parameters

string $name

Return Value

void