Files
ulthon_admin/app/common/tools/phpparser/PrettyPrinterTools.php
2022-11-17 17:24:18 +08:00

11 lines
132 B
PHP

<?php
namespace app\common\tools\phpparser;
use PhpParser\PrettyPrinter\Standard;
class PrettyPrinterTools extends Standard
{
}