command.php 101 B

1234567
  1. <?php
  2. use Webman\RedisQueue\Command\MakeConsumerCommand;
  3. return [
  4. MakeConsumerCommand::class
  5. ];