testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user