Skip to content

Commit 68fdbee

Browse files
authored
Update README.md
1 parent fa3d9ad commit 68fdbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ you can use ->results(); to convert to array or object as you config a "fetch"
7272
```
7373
- select `id`, `name`, `email` for all users from `users` table
7474
```php
75-
$coustomFields = $db->table('users')->select(['id', 'name', 'email'])->select();
75+
$coustomFields = $db->table('users')->select(['id', 'name', 'email']);
7676

7777
var_dump($coustomFields);
7878

0 commit comments

Comments
 (0)