update readme

This commit is contained in:
DavidBadura 2015-04-23 17:03:13 +00:00
parent d392b5871e
commit 72088ff6a8
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ todo...
```php
$tasks = $taskManager->createQueryBuilder()
->whereProject('hobby')
->sortBy(QueryBuilder::SORT_ENTRY)
->orderBy(['entry' => 'DESC'])
->getResult()
```