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] Fix prune batches command interface check #35713

Merged
merged 1 commit into from Dec 25, 2020
Merged

[8.x] Fix prune batches command interface check #35713

merged 1 commit into from Dec 25, 2020

Conversation

dmason30
Copy link
Contributor

@dmason30 dmason30 commented Dec 25, 2020

The Prunable interface I added in PR #35694 was renamed to PrunableBatchRepository post merge in commit 33f5ac6 but the command should have also been changed to use the renamed interface.

The `Prunable` interface I added was renamed to `PrunableBatchRepository` post merge but was not also changed in the command interface check to see if the repository can be pruned.
@dmason30 dmason30 changed the title [8.x]Fix prune batches command interface check [8.x] Fix prune batches command interface check Dec 25, 2020
@taylorotwell taylorotwell merged commit 344710f into laravel:8.x Dec 25, 2020
@dmason30 dmason30 deleted the patch-1 branch December 26, 2020 01:11
levacic pushed a commit to levacic/laravel-framework that referenced this pull request Dec 26, 2020
The `Prunable` interface I added was renamed to `PrunableBatchRepository` post merge but was not also changed in the command interface check to see if the repository can be pruned.
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