Skip to content

Commit 4f4ab83

Browse files
committed
fix tpto
1 parent 4c2dffe commit 4f4ab83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Controllers/ImportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ private function ensureJobBatchesTableExists(): bool
229229
}
230230

231231
try {
232-
// When this return a non-zero exit code, it doesn't necessarily mean there's an issue.
232+
// When this returns a non-zero exit code, it doesn't necessarily mean there's an issue.
233233
// It could be because the migration has already been published.
234234
Artisan::call('make:queue-batches-table');
235235

0 commit comments

Comments
 (0)