register(new CtrlProvider(Test::class , [$this], '/')); $this->register(new CtrlProvider(WebService::class , [$this], '/ws')); $this->register(new CtrlProvider(OtherWebService::class, [$this], '/ws/deep')); } }