Files
ulthon_admin/app/provider.php
2026-03-26 20:22:34 +08:00

11 lines
218 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// 容器Provider定义文件
use app\common\provider\Console;
return [
// 注意必须在此处注册ConsoleProvider否则命令行控制台无法正常工作
'think\Console'=>Console::class
];