Skip to content

Commit ae100bd

Browse files
committed
Make getMysqlArgs accessible to inherited Tools class
1 parent 84bb2df commit ae100bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/AbstractDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private static function getDatabaseName(): string
9595
return $dbConfig['dbname'];
9696
}
9797

98-
private static function getMysqlArgs(): string
98+
protected static function getMysqlArgs(): string
9999
{
100100
$dbConfig = _em()->getConnection()->getParams();
101101

0 commit comments

Comments
 (0)