This commit is contained in:
@ -11,6 +11,7 @@ declare(strict_types=1);
|
||||
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
use App\JsonRpc\DeptServiceInterface;
|
||||
use App\JsonRpc\EasyAppServiceInterface;
|
||||
use App\JsonRpc\InventoryServiceInterface;
|
||||
use App\JsonRpc\RoleServiceInterface;
|
||||
@ -24,7 +25,8 @@ return [
|
||||
'UserAuthService' => UserAuthServiceInterface::class,
|
||||
'EasyAppService' => EasyAppServiceInterface::class,
|
||||
'InventoryService' => InventoryServiceInterface::class,
|
||||
'RoleService' => RoleServiceInterface::class,
|
||||
'RoleService' => RoleServiceInterface::class,
|
||||
'DeptService' => DeptServiceInterface::class,
|
||||
];
|
||||
foreach ($services as $name => $interface) {
|
||||
$consumers[] = [
|
||||
|
Reference in New Issue
Block a user