PasswordBrokerManager
class PasswordBrokerManager implements PasswordBrokerFactory (View source)
Methods
void | __construct(Application $app) Create a new PasswordBroker manager instance. | |
mixed | broker(string|null $name = null) Attempt to get the broker from the local cache. | |
string | getDefaultDriver() Get the default password broker name. | |
void | setDefaultDriver(string $name) Set the default password broker name. | |
mixed | __call(string $method, array $parameters) Dynamically call the default driver instance. |
Please login to continue.