| Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Auth/ |
| Current File : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php |
<?php
namespace Illuminate\Contracts\Auth;
interface PasswordBrokerFactory
{
/**
* Get a password broker instance by name.
*
* @param string|null $name
* @return mixed
*/
public function broker($name = null);
}