James Cole
2023-03-26 19:19:10 +02:00
parent 70c11d6634
commit 36b0cf04ba
3 changed files with 8 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ use Psr\Container\NotFoundExceptionInterface;
class RemoteUserGuard implements Guard
{
protected Application $application;
protected $provider;
protected $user;
protected $provider;
protected $user;
/**
* Create a new authentication guard.