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 449e6c9 commit e7b453fCopy full SHA for e7b453f
src/Event.php
@@ -92,7 +92,7 @@ public function trigger(string $name, ...$arguments): bool
92
if($this->debugMode){
93
$start = microtime(true);
94
}
95
- $res = ($this->simulate === FALSE) ? call_user_func_array($events, $arguments) : true;
+ $res = ($this->simulate === FALSE) ? call_user_func_array($event, $arguments) : true;
96
97
$this->debug[] = [
98
'start' => $start,
0 commit comments