addRoute('GET', '/hello[/{name}]', Hello::class); $r->addRoute('GET', '/other', Other::class); };