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 0e5f2ca commit a4476e6Copy full SHA for a4476e6
README.md
@@ -186,7 +186,7 @@ call_in_background('report:monthly subscriptions', 'sleep 0.3');
186
187
#### `db_is_sqlite()`
188
189
-Checks if default database connection driver is `sqlite` or not:
+Checks if the default database connection driver is `sqlite` or not:
190
191
```php
192
if (db_is_sqlite()) {
@@ -196,7 +196,7 @@ if (db_is_sqlite()) {
196
197
#### `db_is_mysql()`
198
199
-Checks if default database connection driver is `mysql` or not:
+Checks if the default database connection driver is `mysql` or not:
200
201
202
if (db_is_mysql()) {
0 commit comments