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

Allow repeated #[LiveListener] attributes on a method #1343

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

smnandre
Copy link
Member

Q A
Bug fix? no
New feature? yes
Feature Request #1323
License MIT

Allow repeated #[LiveListener] attributes on a method

    #[LiveListener('foo')]
    #[LiveListener('bar')]
    #[LiveListener('foo:bar')]
    public function onFooBar(): void
    {
    }

Copy link
Contributor

@WebMamba WebMamba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easssssy 😁

@weaverryan weaverryan force-pushed the feat/live-listener-repeatable branch from 690eb7a to 3e6adb9 Compare January 9, 2024 14:27
@weaverryan
Copy link
Member

Thanks Simon!

@weaverryan weaverryan merged commit d8c0068 into symfony:2.x Jan 9, 2024
6 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.

4 participants