[EVENT] Rename event names to camel case to make finding handlers easier

This commit is contained in:
Hugo Sales
2020-10-19 18:22:59 +00:00
committed by Hugo Sales
parent dd8fe29a98
commit fdaa89e3c9
6 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class RouteLoader extends Loader
$ns::load($this);
}
Event::handle('add_route', [&$this]);
Event::handle('AddRoute', [&$this]);
return $this->rc;
}