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 62d47bc commit cb25716Copy full SHA for cb25716
README.md
@@ -24,7 +24,7 @@ in "repositories" section
24
25
# Use Examples
26
27
-## 1 Get all Lessons from specific Site sorted by Course active date, Lesson active date
+## Get all Lessons from specific Site sorted by Course active date, Lesson active date
28
```php
29
\ES\Learning\LessonTable::getList([
30
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],
0 commit comments