We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a48cd commit b3a45beCopy full SHA for b3a45be
src/Event/LazyListener.php
@@ -27,7 +27,7 @@ public function __construct(callable $callback)
27
*/
28
public function handle(EventInterface $event)
29
{
30
- return PhpHelper::call($this->callback, $event);
+ return PhpHelper::call($this->callback, [$event]);
31
}
32
33
/**
0 commit comments