@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace App\Middleware\Auth;
use App\Model\User;
+use Hyperf\Di\Annotation\Inject;
use Phper666\JWTAuth\Exception\TokenValidException;
use Phper666\JWTAuth\JWT;
use Psr\Container\ContainerInterface;