Update meta files for new release v6.0.6.

This commit is contained in:
James Cole
2023-04-01 07:50:53 +02:00
parent 0359a98681
commit c4f2519b6f
34 changed files with 525 additions and 476 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.