mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2024-11-15 19:22:22 +08:00
12 lines
324 B
PHP
12 lines
324 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
'dmtask' => 'app\command\Dmtask',
|
|
'opiptask' => 'app\command\Opiptask',
|
|
],
|
|
];
|