mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
开始编译配置文件
This commit is contained in:
10
app/common/tools/phpparser/ReadEnvVisitorNodeTools.php
Normal file
10
app/common/tools/phpparser/ReadEnvVisitorNodeTools.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\tools\phpparser;
|
||||
|
||||
use PhpParser\NodeVisitorAbstract;
|
||||
|
||||
class ReadEnvVisitorNodeTools extends NodeVisitorAbstract
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user