Commit 9abe8ec8 authored by Alexander Butenko's avatar Alexander Butenko

Small doc change

parent 30a07506
...@@ -167,7 +167,7 @@ Optionally you can use method chaining to call where multiple times without refe ...@@ -167,7 +167,7 @@ Optionally you can use method chaining to call where multiple times without refe
```php ```php
$results = $db $results = $db
->where('id', 1) ->where('id', 1)
->where('title', 'MyTitle') ->where('login', 'admin')
->get('users'); ->get('users');
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment