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

[11.x] Fix make:listener command #52924

Merged
merged 2 commits into from
Sep 25, 2024
Merged

[11.x] Fix make:listener command #52924

merged 2 commits into from
Sep 25, 2024

Conversation

iamgergo
Copy link
Contributor

Currently, if we run the make:listener command, it overrides the existing listeners with the same name (not passing the --force flag).

It turns out the alreadyExists method checks for the class base name and not the FQCN. I guess this is not intentional, but a bug.

@taylorotwell taylorotwell merged commit 86fa45e into laravel:11.x Sep 25, 2024
31 checks passed
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.

2 participants