command.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkPHP [ WE CAN DO IT JUST THINK ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: yunwuxin <448901948@qq.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. 'app\admin\command\Crud',
  13. 'app\admin\command\Menu',
  14. 'app\admin\command\Install',
  15. 'app\admin\command\Min',
  16. 'app\admin\command\Addon',
  17. 'app\admin\command\Api',
  18. \app\common\command\AreaCommand::class,
  19. \app\common\command\TestCommand::class,
  20. \app\common\command\OrderExpiredCommand::class,
  21. \app\common\command\UserExpiredCommand::class,
  22. \app\common\command\LoginCommand::class,
  23. \app\common\command\TakeCashQueryCommand::class,
  24. ];