2 parents 3a137e7 + fd85291 commit 56f580bCopy full SHA for 56f580b
1 file changed
src/Server.php
@@ -438,7 +438,7 @@ public function getSessionStorage(): SessionStorageInterface
438
439
public function removeSystemEvents(string $name): void
440
{
441
- unset($this->serverEvents, $name);
+ unset($this->serverEvents[$name]);
442
}
443
444
public function setSystemEvents(string $name, callable $callable): void
0 commit comments