Files
datahub/backend/config/autoload/dependencies.php
T
2025-11-27 13:40:58 +08:00

15 lines
303 B
PHP

<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
return [
// 可以在这里配置接口到实现的绑定
];