Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Apr 23, 2015
1 parent d392b58 commit 72088ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ todo...
```php
$tasks = $taskManager->createQueryBuilder()
->whereProject('hobby')
->sortBy(QueryBuilder::SORT_ENTRY)
->orderBy(['entry' => 'DESC'])
->getResult()
```

0 comments on commit 72088ff

Please sign in to comment.