fix:this is not accessible in static context
This commit is contained in:
parent
22575bb6e7
commit
ae4efe9b75
@ -143,7 +143,7 @@ class TraceableDB extends DoliDB
|
|||||||
*/
|
*/
|
||||||
public static function convertSQLFromMysql($line, $type = 'ddl')
|
public static function convertSQLFromMysql($line, $type = 'ddl')
|
||||||
{
|
{
|
||||||
return $this->db->convertSQLFromMysql($line);
|
return self::$db->convertSQLFromMysql($line);
|
||||||
}
|
}
|
||||||
|
|
||||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user