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