command.php 106 B

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