Files
datahub/backend/config/autoload/dependencies.php
T

15 lines
303 B
PHP
Raw Normal View History

2025-11-05 16:34:40 +08:00
<?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 [
2025-11-27 13:40:58 +08:00
// 可以在这里配置接口到实现的绑定
2025-11-05 16:34:40 +08:00
];