Skip to content

Commit 7ec857f

Browse files
committed
correcting readme from to table
1 parent 60b02d5 commit 7ec857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then do manual query builder
2525
```php
2626
// query builder
2727
$con = $capsule->getConnection();
28-
$con->from('tableName')->get();
28+
$con->table('tableName')->get();
2929
```
3030

3131
or model based query

0 commit comments

Comments
 (0)