mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
10 lines
116 B
PHP
10 lines
116 B
PHP
<?php
|
|
|
|
// 容器Provider定义文件
|
|
|
|
use app\common\provider\Console;
|
|
|
|
return [
|
|
'think\Console'=>Console::class
|
|
];
|