command.php 485 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: 中闽 < 1464674022@qq.com >
  5. * Date: 2019/12/5
  6. * Time: 17:44
  7. */
  8. // +----------------------------------------------------------------------
  9. // 自定义命令
  10. // +----------------------------------------------------------------------
  11. return [
  12. "app\common\command\ArticleImgPersistence",
  13. "app\common\command\CheckBOM",
  14. "app\common\command\InstallDemo",
  15. "app\common\command\ResetPassWord",
  16. "app\common\command\Test",
  17. ];