Update tinyfilemanager.php

This commit is contained in:
Nguyen Tran Chung 2022-02-13 22:45:12 +09:00
parent 9b2bb18acb
commit 53e3773f69
No known key found for this signature in database
GPG key ID: 1E47DA8A9B29876B

View file

@ -3230,6 +3230,9 @@ class FM_Zipper
*/
class FM_Zipper_Tar
{
/**
* @var PharData|null
*/
private $tar;
public function __construct()