mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
8 lines
185 B
PHP
8 lines
185 B
PHP
<?php
|
|
|
|
use think\Console;
|
|
|
|
Console::starting(function (Console $console) {
|
|
$console->addCommand('app\wechat\command\Fans');
|
|
$console->addCommand('app\wechat\command\Tests');
|
|
}); |