for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SMartins\PassportMultiauth\Auth;
use Illuminate\Auth\AuthManager as BaseAuthManager;
class AuthManager extends BaseAuthManager
{
/**
* Clear guards cache to resolve it again.
*/
public function clearGuardsCache()
$this->guards = [];
}