Hi!
In docs there is $atlas->select([])->orderBy(...).
But in the srcs in Atlas class select method returns MapperSelect instance which has not orderBy method.
This is not correspond to docs. And I cant find an "Atlas way" to make a query with ordering.
Hi! In docs there is $atlas->select([])->orderBy(...). But in the srcs in Atlas class select method returns MapperSelect instance which has not orderBy method. This is not correspond to docs. And I cant find an "Atlas way" to make a query with ordering.