Files
hyperf_rbac_framework_serve…/app/Lib/Jwt/Jwt.php

7 lines
133 B
PHP

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