This commit is contained in:
as2252258@163.com
2021-08-11 01:04:57 +08:00
parent 63d8eaa4a5
commit 682246df28
219 changed files with 790 additions and 791 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ namespace Gii;
use Exception;
use Snowflake\Snowflake;
use Kiri\Kiri;
/**
* Class GiiRpcClient
@@ -38,7 +38,7 @@ use Annotation\Target;
use Exception;
use HttpServer\Controller;
use HttpServer\Exception\RequestException;
use Snowflake\Core\Json;
use Kiri\Core\Json;
';
@@ -73,7 +73,7 @@ class ' . $managerName . 'Producer extends Controller
throw new Exception('File exists.');
}
Snowflake::writeFile($file, $html);
Kiri::writeFile($file, $html);
return [$managerName . 'Producer.php'];
}
}