PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Auth
<?php namespace RectorPrefix202411\Illuminate\Contracts\Auth; interface PasswordBrokerFactory { /** * Get a password broker instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Auth\PasswordBroker */ public function broker($name = null); }
[-] Guard.php
[edit]
[+]
..
[-] SupportsBasicAuth.php
[edit]
[-] Authenticatable.php
[edit]
[-] PasswordBroker.php
[edit]
[+]
Middleware
[-] UserProvider.php
[edit]
[-] StatefulGuard.php
[edit]
[-] CanResetPassword.php
[edit]
[-] MustVerifyEmail.php
[edit]
[+]
Access
[-] Factory.php
[edit]
[-] PasswordBrokerFactory.php
[edit]