mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
修改目录的命名习惯;
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace app\common\tools;
|
||||
|
||||
use EasyAdmin\curd\BuildCurd as CurdBuildCurd;
|
||||
use EasyAdmin\curd\BuildCurd;
|
||||
use EasyAdmin\tool\CommonTool;
|
||||
|
||||
class BuildCurd extends CurdBuildCurd
|
||||
class BuildCurdTools extends BuildCurd
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -4,7 +4,7 @@ namespace app\common\tools;
|
||||
|
||||
use think\facade\App;
|
||||
|
||||
class Path
|
||||
class PathTools
|
||||
{
|
||||
/**
|
||||
* 系统生成的文件,这些文件应当是可以任意删除的
|
||||
Reference in New Issue
Block a user