Factory
interface Factory
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 13
mixed
guard(string|null $name = null)
Get a guard instance by name.
at line 21
void
shouldUse(string $name)
Set the default guard the factory should serve.