PasswordBrokerManager

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.

doc_Laravel
2016-11-02 16:31:37
Comments
Leave a Comment

Please login to continue.