Closed teg1c closed 3 years ago
HyperfExt\Jwt\Blacklist 这个类初始化 第三个参数只能为 int
HyperfExt\Jwt\Blacklist
int
public function __construct(StorageInterface $storage, int $gracePeriod, int $refreshTtl) { $this->storage = $storage; $this->gracePeriod = $gracePeriod; $this->refreshTtl = $refreshTtl; }
HyperfExt\Jwt\Blacklist
这个类初始化 第三个参数只能为int