You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #1343 Allow repeated #[LiveListener] attributes on a method (smnandre)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Allow repeated #[LiveListener] attributes on a method
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Feature | Request #1323
| License | MIT
Allow repeated #[LiveListener] attributes on a method
```php
#[LiveListener('foo')]
#[LiveListener('bar')]
#[LiveListener('foo:bar')]
public function onFooBar(): void
{
}
```
Commits
-------
3e6adb9 allow repeated #[LiveListener] attributes on a method
0 commit comments