Skip to content

Commit

Permalink
Update src/Middleware/CheckTokenAllowedAge.php
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Boer <[email protected]>
  • Loading branch information
NickVries and M4tini committed Oct 1, 2024
1 parent a5e2f23 commit bfdbf12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Middleware/CheckTokenAllowedAge.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
use Carbon\Carbon;
use Closure;
use Illuminate\Http\Request;
use MyParcelCom\AuthModule\JwtRequestAuthenticator;
use MyParcelCom\AuthModule\Interfaces\RequestAuthenticatorInterface;
use MyParcelCom\JsonApi\Exceptions\InvalidAccessTokenException;

readonly class CheckTokenAllowedAge
{
public function __construct(
private JwtRequestAuthenticator $requestAuthenticator,
private RequestAuthenticatorInterface $requestAuthenticator,
) {
}

Expand Down

0 comments on commit bfdbf12

Please sign in to comment.