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 be1ed7c commit 3117004Copy full SHA for 3117004
README.md
@@ -7,7 +7,7 @@ namespace Learning;
7
8
## 1
9
Get all Lessons from specific Site sorted by Course active date, Lesson active date
10
-```
+```php
11
\Learning\LessonTable::getList([
12
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],
13
'filter' => [
0 commit comments