Dingo\Api\Routing\Adapter\Laravel::getIterableRoutes PHP Method

getIterableRoutes() public method

Get a normalized iterable set of routes.
public getIterableRoutes ( string $version = null ) : mixed
$version string
return mixed
    public function getIterableRoutes($version = null)
    {
        return $this->getRoutes($version);
    }