This commit is contained in:
2021-10-28 16:35:52 +08:00
parent 14a6cb47ab
commit 0da9dac2b8
+1 -1
View File
@@ -67,7 +67,7 @@ class ' . ucfirst($name) . 'RpcService extends JsonRpcConsumers implements ' . u
';
$name = ucfirst($name) . 'RpcController.php';
$name = ucfirst($name) . 'RpcService.php';
if (!is_dir(APP_PATH . '/rpc/Producers/')) {
mkdir(APP_PATH . '/rpc/Producers/');
}