Method | Description | |
---|---|---|
broker ( string $name = null ) : Illuminate\Contracts\Auth\PasswordBroker | Attempt to get the broker from the local cache. | |
getDefaultDriver ( ) : string | Get the default password broker name. | |
setDefaultDriver ( string $name ) : void | Set the default password broker name. |
public static getDefaultDriver ( ) : string | ||
return | string |
public static setDefaultDriver ( string $name ) : void | ||
$name | string | |
return | void |