Browse Source

add example

visuddhinanda 2 years ago
parent
commit
1519167d79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/TestMqWorker.php

+ 1 - 1
app/Console/Commands/TestMqWorker.php

@@ -10,7 +10,7 @@ class TestMqWorker extends Command
 {
 {
     /**
     /**
      * The name and signature of the console command.
      * The name and signature of the console command.
-     *
+     * php artisan test:mq.worker
      * @var string
      * @var string
      */
      */
     protected $signature = 'test:mq.worker';
     protected $signature = 'test:mq.worker';