This commit is contained in:
2026-03-10 20:32:04 -05:00
parent 31b825a5d5
commit 23bfcb65db
10 changed files with 911 additions and 961 deletions

View File

@@ -11,6 +11,11 @@ class RefreshUserJwt
{
protected JwtService $jwtService;
/**
* Handle an incoming request.
*
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function __construct(JwtService $jwtService)
{
$this->jwtService = $jwtService;