Skip to content

Commit 3292b09

Browse files
committed
IHF: laravel_db_mysql_variable doc minor fixes.
1 parent b26b7cd commit 3292b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $now = laravel_db_mysql_now();
9797
9898
Returns value of specified `mysql` variable:
9999
```php
100-
$hostname = (string) laravel_db_mysql_variable('hostname');
100+
$hostname = laravel_db_mysql_variable('hostname');
101101
102102
// localhost
103103
```

0 commit comments

Comments
 (0)