mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Formatting fix
This commit is contained in:
@@ -39,7 +39,7 @@ class Bus
|
||||
$deps = array_map($resolver, $listener->getInjections());
|
||||
|
||||
Span::current()?->add('listener.' . $listener::getName() . '.event', $event::class);
|
||||
|
||||
|
||||
try {
|
||||
($listener->getCallback())($event, ...$deps);
|
||||
Span::current()?->add('listener.' . $listener::getName() . '.success', true);
|
||||
|
||||
Reference in New Issue
Block a user