1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-26 03:16:36 +08:00
2020-03-23 14:59:52 +08:00

7 lines
131 B
PHP

<?php
use think\Console;
Console::starting(function (Console $console) {
$console->addCommand('app\wechat\command\Fans');
});