LaravelBA\RouteBinder\Routes::addRoutes PHP Method

addRoutes() public method

NOTE: This methods will NOT be called if the routes are cached, so any binding logic should be done in addBindings and not here.
public addRoutes ( Illuminate\Contracts\Routing\Registrar $router ) : void
$router Illuminate\Contracts\Routing\Registrar
return void
    public function addRoutes(Registrar $router);