Skip to content

Commit d01c5e1

Browse files
committed
injectDBIntegration should be public
1 parent db7c775 commit d01c5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Integrations/Integrations/PDO/PDOIntegration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ private static function parseDsn($dsn)
273273
return $tags;
274274
}
275275

276-
private static function injectDBIntegration($pdo, $hook)
276+
public static function injectDBIntegration($pdo, $hook)
277277
{
278278
$driver = $pdo->getAttribute(\PDO::ATTR_DRIVER_NAME);
279279
if ($driver === "odbc") {

0 commit comments

Comments
 (0)