add tests batch 20

This commit is contained in:
root
2026-06-09 01:03:53 -04:00
parent 95efb9652e
commit 6be4875c5e
1502 changed files with 13797 additions and 11313 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
<?php
use PHPOpenSourceSaver\JWTAuth\Providers\Auth\Illuminate;
use PHPOpenSourceSaver\JWTAuth\Providers\JWT\Lcobucci;
return [
/*
|--------------------------------------------------------------------------
@@ -298,7 +295,7 @@ return [
|
*/
'jwt' => Lcobucci::class,
'jwt' => PHPOpenSourceSaver\JWTAuth\Providers\JWT\Lcobucci::class,
/*
|--------------------------------------------------------------------------
@@ -309,7 +306,7 @@ return [
|
*/
'auth' => Illuminate::class,
'auth' => PHPOpenSourceSaver\JWTAuth\Providers\Auth\Illuminate::class,
/*
|--------------------------------------------------------------------------