Files
hyperf_rbac_framework_serve…/app/Lib/Jwt/Jwt.php
2025-09-12 15:23:08 +08:00

7 lines
126 B
PHP

<?php
namespace App\Lib\Jwt;
use App\Interface\JwtInterface;
final class Jwt extends AbstractJwt implements JwtInterface {}