We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da77bf commit be1ed7cCopy full SHA for be1ed7c
README.md
@@ -5,7 +5,8 @@ namespace Learning;
5
6
# Examples
7
8
-## Get all Lessons from specific Site sorted by Course active date, Lesson active date
+## 1
9
+Get all Lessons from specific Site sorted by Course active date, Lesson active date
10
```
11
\Learning\LessonTable::getList([
12
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],
0 commit comments