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
36
36
protected $ composer ;
37
37
38
38
/**
39
- * Create a new failed queue jobs table command instance.
39
+ * Create a new batched queue jobs table command instance.
40
40
*
41
41
* @param \Illuminate\Filesystem\Filesystem $files
42
42
* @param \Illuminate\Support\Composer $composer
@@ -74,15 +74,15 @@ public function handle()
74
74
* @param string $table
75
75
* @return string
76
76
*/
77
- protected function createBaseMigration ($ table = 'failed_jobs ' )
77
+ protected function createBaseMigration ($ table = 'job_batches ' )
78
78
{
79
79
return $ this ->laravel ['migration.creator ' ]->create (
80
80
'create_ ' .$ table .'_table ' , $ this ->laravel ->databasePath ().'/migrations '
81
81
);
82
82
}
83
83
84
84
/**
85
- * Replace the generated migration with the failed job table stub.
85
+ * Replace the generated migration with the batches job table stub.
86
86
*
87
87
* @param string $path
88
88
* @param string $table
You can’t perform that action at this time.
0 commit comments