소스 검색

会员升级

Kirin 9 달 전
부모
커밋
d2423fbd5c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/console.php

+ 1 - 0
config/console.php

@@ -22,5 +22,6 @@ return [
         'install' => \crmeb\command\Install::class,
         'clear:cache' => \app\command\ClearCache::class,
         'reset:password' => \app\command\ResetAdminPwd::class,
+        'checkAchievement' => \app\command\checkAchievement::class,
     ],
 ];