console.php 376 B

123456789101112
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 控制台配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 指令定义
  7. 'commands' => [
  8. "Solver" => "app\command\Solver",
  9. "RegisterMessenger" => "app\command\RegisterMessenger", //注册短信提醒后台审核
  10. ],
  11. ];