diff --git a/app/common/command/build/Dist.php b/app/common/command/build/Dist.php index 8e9a164..4147af1 100644 --- a/app/common/command/build/Dist.php +++ b/app/common/command/build/Dist.php @@ -4,7 +4,6 @@ declare(strict_types=1); namespace app\common\command\build; -use app\common\exception\DirFindedException; use app\common\tools\PathTools; use app\common\tools\phpparser\NodeVisitorTools; use League\Flysystem\Adapter\Local; @@ -29,7 +28,7 @@ use PhpParser\Node\Stmt\UseUse; use PhpParser\NodeTraverser; use PhpParser\NodeVisitorAbstract; use PhpParser\ParserFactory; -use PhpParser\PrettyPrinter\Standard; +use app\common\tools\phpparser\PrettyPrinterTools as Standard; use think\console\Command; use think\console\Input; use think\console\input\Argument; diff --git a/app/common/exception/DirFindedException.php b/app/common/exception/DirFindedException.php deleted file mode 100644 index 315773f..0000000 --- a/app/common/exception/DirFindedException.php +++ /dev/null @@ -1,9 +0,0 @@ -