FluxBB\Web\WebServiceProvider::registerRoutes PHP 메소드

registerRoutes() 보호된 메소드

Register the routes with the router.
protected registerRoutes ( ) : void
리턴 void
    protected function registerRoutes()
    {
        $router = $this->app['FluxBB\\Web\\Router'];
        $this->registerFrontendRoutes($router);
        $this->registerApiRoutes($router);
    }