We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be69f0e commit c4e5d69Copy full SHA for c4e5d69
src/Internal/Service/DispatcherService.php
@@ -27,7 +27,7 @@ public function dispatch(EventInterface $event): void
27
28
public function flush(): void
29
{
30
- foreach (array_keys($this->events) as $event) {
+ foreach (array_keys($this->events) as $event) {
31
$this->dispatcher->flush($event);
32
}
33
0 commit comments