File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Illuminate/Queue/Console Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class BatchesTableCommand extends Command
3636 protected $ composer ;
3737
3838 /**
39- * Create a new failed queue jobs table command instance.
39+ * Create a new batched queue jobs table command instance.
4040 *
4141 * @param \Illuminate\Filesystem\Filesystem $files
4242 * @param \Illuminate\Support\Composer $composer
@@ -74,15 +74,15 @@ public function handle()
7474 * @param string $table
7575 * @return string
7676 */
77- protected function createBaseMigration ($ table = 'failed_jobs ' )
77+ protected function createBaseMigration ($ table = 'job_batches ' )
7878 {
7979 return $ this ->laravel ['migration.creator ' ]->create (
8080 'create_ ' .$ table .'_table ' , $ this ->laravel ->databasePath ().'/migrations '
8181 );
8282 }
8383
8484 /**
85- * Replace the generated migration with the failed job table stub.
85+ * Replace the generated migration with the batches job table stub.
8686 *
8787 * @param string $path
8888 * @param string $table
You can’t perform that action at this time.
0 commit comments