command.php 100 B

12345
  1. <?php
  2. return [
  3. // 指令名 =》完整的类名
  4. 'demo:hello' => 'app\demo\command\Hello'
  5. ];