Files
im/config/plugin/webman/redis-queue/command.php
T
commie c153975eed 7
2026-01-08 05:42:44 +08:00

7 lines
101 B
PHP
Executable File

<?php
use Webman\RedisQueue\Command\MakeConsumerCommand;
return [
MakeConsumerCommand::class
];