Preview: Factory.php
Size: 475 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Auth/Factory.php
<?php
namespace RectorPrefix202411\Illuminate\Contracts\Auth;
interface Factory
{
/**
* Get a guard instance by name.
*
* @param string|null $name
* @return \Illuminate\Contracts\Auth\Guard|\Illuminate\Contracts\Auth\StatefulGuard
*/
public function guard($name = null);
/**
* Set the default guard the factory should serve.
*
* @param string $name
* @return void
*/
public function shouldUse($name);
}
Directory Contents
Dirs: 2 × Files: 10