Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fixed config batching typo #34852

Merged
merged 1 commit into from Oct 16, 2020
Merged

[8.x] Fixed config batching typo #34852

merged 1 commit into from Oct 16, 2020

Conversation

garbetjie
Copy link
Contributor

Ensures the config key used for determining the table name in queue:batches-table console command is the same as the config key used when registering batch services in

$app->make('db')->connection(config('queue.batching.database')),
config('queue.batching.table', 'job_batches'),

Currently, the console command uses queue.batches.table, and when registering batch services queue.batching.table is used.

@GrahamCampbell GrahamCampbell changed the title Fix config item referenced. [8.x] Fixed config batching typo Oct 16, 2020
@taylorotwell taylorotwell merged commit 3e4f5f4 into laravel:8.x Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants