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.
laravel_db_is_mysql
1 parent b693fa5 commit c6b56ceCopy full SHA for c6b56ce
README.md
@@ -77,7 +77,7 @@ $decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
77
78
#### `laravel_db_is_mysql`
79
80
-Checks if default connection is `mysql` or not:
+Checks if current Laravel application's default database connection is `mysql` or not:
81
```php
82
if (laravel_db_is_mysql()) {
83
// mysql-specific code here
0 commit comments