@@ -60,7 +60,7 @@ class Console
6060 'service ' ,
6161 'exception ' ,
6262 'event ' ,
63- 'job ' ,
63+ 'task ' ,
6464 'command ' ,
6565 'listener ' ,
6666 'notifier '
@@ -540,7 +540,7 @@ private function help(?string $command = null): int
540540 \033[0;33madd:migration \033[00m Create a new migration
541541 \033[0;33madd:event \033[00m Create a new event
542542 \033[0;33madd:listener \033[00m Create a new event listener
543- \033[0;33madd:job \033[00m Create a new job
543+ \033[0;33madd:task \033[00m Create a new task
544544 \033[0;33madd:command \033[00m Create a new console command
545545 \033[0;33madd:notifier \033[00m Create a new messaging handler
546546
@@ -564,7 +564,7 @@ private function help(?string $command = null): int
564564 \033[0;32mRUN \033[00m Launch development tools
565565 \033[0;33mrun:console \033[00m Show PsySH PHP REPL for debugging code
566566 \033[0;33mrun:server \033[00m Start local development server
567- \033[0;33mrun:worker \033[00m Start consumer/worker to handle queue jobs
567+ \033[0;33mrun:worker \033[00m Start consumer/worker to handle queue tasks
568568
569569USAGE ;
570570 echo $ usage ;
@@ -593,7 +593,7 @@ private function help(?string $command = null): int
593593 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:seeder name [--seed=n] Create a new seeder
594594 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:migration name Create a new migration
595595 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:event name Create a new event listener
596- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:job name Create a new queue job
596+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:task name Create a new queue task
597597 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:command name Create a new console command
598598 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add:notifier name Create a new messaging handler
599599 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m add help Display this help
@@ -642,7 +642,7 @@ private function help(?string $command = null): int
642642
643643 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:console Show PsySH PHP REPL for debugging code
644644 \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:server [option] Start local development server
645- \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:worker [option] Start worker to handle queue jobs
645+ \033[0;33m$ \033[00m php \033[0;34mbow \033[00m run:worker [option] Start worker to handle queue tasks
646646
647647U ; // phpcs:enable
648648 break ;
0 commit comments