App\Providers\RoutingServiceProvider::registerRouteCollection PHP Method

registerRouteCollection() protected method

registerRouteCollection
protected registerRouteCollection ( Router $router ) : void
$router Illuminate\Routing\Router to register macro
return void
    protected function registerRouteCollection(Router $router)
    {
        $router->setRoutes(new RouteCollection());
    }