diff --git a/src/Illuminate/Queue/Console/BatchesTableCommand.php b/src/Illuminate/Queue/Console/BatchesTableCommand.php index 2cad0521c444..1edee033e483 100644 --- a/src/Illuminate/Queue/Console/BatchesTableCommand.php +++ b/src/Illuminate/Queue/Console/BatchesTableCommand.php @@ -57,7 +57,7 @@ public function __construct(Filesystem $files, Composer $composer) */ public function handle() { - $table = $this->laravel['config']['queue.batches.table'] ?? 'job_batches'; + $table = $this->laravel['config']['queue.batching.table'] ?? 'job_batches'; $this->replaceMigration( $this->createBaseMigration($table), $table, Str::studly($table)