mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-02-08 10:20:16 +08:00
7 lines
126 B
PHP
7 lines
126 B
PHP
<?php
|
|
|
|
namespace App\Lib\Jwt;
|
|
|
|
use App\Interface\JwtInterface;
|
|
|
|
final class Jwt extends AbstractJwt implements JwtInterface {} |