We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3d9ad commit 68fdbeeCopy full SHA for 68fdbee
README.md
@@ -72,7 +72,7 @@ you can use ->results(); to convert to array or object as you config a "fetch"
72
```
73
- select `id`, `name`, `email` for all users from `users` table
74
```php
75
- $coustomFields = $db->table('users')->select(['id', 'name', 'email'])->select();
+ $coustomFields = $db->table('users')->select(['id', 'name', 'email']);
76
77
var_dump($coustomFields);
78
0 commit comments