We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141f8b9 commit 2e1052eCopy full SHA for 2e1052e
README.md
@@ -10,7 +10,7 @@ $db = new DB();
10
$db->table('tablename');
11
```
12
13
-### OR Do it directly (DID)
+### Or Do it Directly (DID)
14
```php
15
// Fetching results
16
DB::table('tablename')->get(); // will fetch every result from table
0 commit comments