@@ -60,7 +60,7 @@ class Console
6060 'service ' ,
6161 'exception ' ,
6262 'event ' ,
63- 'producer ' ,
63+ 'job ' ,
6464 'command ' ,
6565 'listener ' ,
6666 'message '
@@ -519,13 +519,13 @@ private function help(?string $command = null): int
519519 \033[0;33mgenerate:session-table \033[00m For generate the preset table for session
520520 \033[0;33mgenerate:cache-table \033[00m For generate the preset table for cache
521521 \033[0;33mgenerate:queue-table \033[00m For generate the preset table for queue
522- \033[0;33mgenerate:notification-table \033[00m For generate the preset table for notification
522+ \033[0;33mgenerate:notification-table \033[00m For generate the preset table for notification
523523 \033[0;33mgenerate:key \033[00m Create new app key
524- \033[0;33mflush:worker \033[00m Flush all queues
524+ \033[0;33mflush:worker \033[00m Flush all queues
525525
526526 \033[0;32mADD \033[00m Create a user class
527527 \033[0;33madd:middleware \033[00m Create new middleware
528- \033[0;33madd:configuration \033[00m Create new configuration
528+ \033[0;33madd:configuration \033[00m Create new configuration
529529 \033[0;33madd:service \033[00m Create new service
530530 \033[0;33madd:exception \033[00m Create new exception
531531 \033[0;33madd:controller \033[00m Create new controller
@@ -535,7 +535,7 @@ private function help(?string $command = null): int
535535 \033[0;33madd:migration \033[00m Create a new migration
536536 \033[0;33madd:event \033[00m Create a new event
537537 \033[0;33madd:listener \033[00m Create a new event listener
538- \033[0;33madd:producer \033[00m Create a new producer
538+ \033[0;33madd:job \033[00m Create a new job
539539 \033[0;33madd:command \033[00m Create a new bow console command
540540 \033[0;33madd:message \033[00m Create a new bow messaging
541541
@@ -580,15 +580,15 @@ private function help(?string $command = null): int
580580
581581 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:controller name [option] For create a new controller
582582 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:middleware name For create a new middleware
583- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:configuration name For create a new configuration
583+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:configuration name For create a new configuration
584584 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:service name For create a new service
585585 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:exception name For create a new exception
586586 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:model name [option] For create a new model
587587 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:validation name For create a new validation
588588 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:seeder name [--seed=n] For create a new seeder
589589 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:migration name For create a new migration
590590 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:event name For create a new event listener
591- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:producer name For create a new queue producer
591+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:job name For create a new queue job
592592 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:command name For create a new bow console command
593593 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:message name For create a new bow messaging
594594 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add help For display this
@@ -635,9 +635,9 @@ private function help(?string $command = null): int
635635 run:console [--include=filename.php] [--prompt=prompt_name]
636636 run:worker [--queue=default] [--connexion=beanstalkd,sqs,redis,database] [--tries=duration] [--sleep=duration] [--timeout=duration]
637637
638- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:console \033[00m Show psysh php REPL
638+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:console \033[00m Show psysh php REPL for debug you code
639639 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:server \033[00m [option] Start local development server
640- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:worker \033[00m [option] Start worker/consumer for handle the producer
640+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:worker \033[00m [option] Start workerr for handle the queue jobs
641641
642642U ; // phpcs:enable
643643 break ;
0 commit comments