Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doublemcz committed Jan 18, 2015
1 parent ba869bc commit fc59f40
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 @@ -90,7 +90,7 @@ Find all users in table 'users'
$users = $databaseManager->findBy('User');
```
You can filter and sort by array. We are trying to find Users in role 'admin' ordered by id desc.
```
```php
$users = $databaseManager
->findBy(
'User',
Expand Down

0 comments on commit fc59f40

Please sign in to comment.