Files

7 lines
133 B
PHP

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