1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00
2019-12-12 21:26:53 +08:00

7 lines
131 B
PHP

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