Skip to content

Commit be1ed7c

Browse files
authored
Update README.md
1 parent 0da77bf commit be1ed7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ namespace Learning;
55

66
# Examples
77

8-
## Get all Lessons from specific Site sorted by Course active date, Lesson active date
8+
## 1
9+
Get all Lessons from specific Site sorted by Course active date, Lesson active date
910
```
1011
\Learning\LessonTable::getList([
1112
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],

0 commit comments

Comments
 (0)