Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Auth/
Upload File :
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);
}