Skip to content

Commit b49553a

Browse files
committed
IHF: Laravel docs simplified.
1 parent 4e87117 commit b49553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
7777

7878
#### `laravel_db_is_mysql`
7979

80-
Checks if current Laravel application's default database connection is `mysql` or not:
80+
Checks if default database connection is `mysql` or not:
8181
```php
8282
if (laravel_db_is_mysql()) {
8383
// mysql-specific code here
@@ -86,7 +86,7 @@ if (laravel_db_is_mysql()) {
8686
8787
#### `laravel_db_mysql_now`
8888
89-
Returns current database datetime string, using Laravel `mysql` connection:
89+
Returns current database datetime string, using `mysql` connection:
9090
```php
9191
$now = laravel_db_mysql_now();
9292

0 commit comments

Comments
 (0)