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 PruneCommand finding its usage within other traits #42350

Merged
merged 1 commit into from
May 11, 2022
Merged

[8.x] Fix PruneCommand finding its usage within other traits #42350

merged 1 commit into from
May 11, 2022

Conversation

brunogaspar
Copy link
Contributor

This addresses an edge case i think, where using the Prunable trait within another trait (due to several reasons like modifying behaviour, removing duplication, etc..) was breaking the PruneCommand from behaving properly, since the trait was being detected as a class.

Signed-off-by: Bruno Gaspar brunofgaspar1@gmail.com

This addresses an edge case where using the Prunable trait within another trait (due to several reasons like modifying behaviour, removing duplication, etc..) it was breaking the PruneCommand from behaving properly ince the trait was being detected as a class.

Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
@taylorotwell taylorotwell merged commit 5cd540e into laravel:8.x May 11, 2022
@brunogaspar brunogaspar deleted the bugfix/prunable-finding-usage-on-traits branch May 11, 2022 14:42
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