Skip to content

Commit 3117004

Browse files
authored
Update README.md
1 parent be1ed7c commit 3117004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Learning;
77

88
## 1
99
Get all Lessons from specific Site sorted by Course active date, Lesson active date
10-
```
10+
```php
1111
\Learning\LessonTable::getList([
1212
'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],
1313
'filter' => [

0 commit comments

Comments
 (0)