This commit is contained in:
2021-10-25 18:20:28 +08:00
parent d82b2228b4
commit 65064c04f4
3 changed files with 25 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'rpc' => [
'consumers' => [
'userService' => [
'type' => 'json',
'class' => ''
]
]
]
];