Add_Git_Notification #23

Merged
neintonine merged 13 commits from Add_Git_Notification into develop 2024-11-12 19:05:06 +00:00
Showing only changes of commit 8a24f5b1cc - Show all commits

View file

@ -16,8 +16,6 @@ require_once __DIR__ . '/../src/php/bootstrap.php';
ContainerHandler::get(CrashHandler::class)->register();
throw new ExtendedException('Test', [ 'gell', 'Hub' ]);
$router = ContainerHandler::getInstance()->get(Router::class);
$result = $router->route();