Skip to content

Commit 28b1fc2

Browse files
authored
Merge pull request laminas#270 from laminas/2.16.x-merge-up-into-2.17.x_h6edaNbp
Merge release 2.16.2 into 2.17.x
2 parents 5bbf744 + f382589 commit 28b1fc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Adapter/Driver/Pdo/Pdo.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ class Pdo implements DriverInterface, DriverFeatureInterface, Profiler\ProfilerA
3737
/** @var array */
3838
protected $features = [];
3939

40+
/**
41+
* @internal
42+
*
43+
* @var Profiler\ProfilerInterface
44+
*/
45+
public $profiler;
46+
4047
/**
4148
* @param array|Connection|\PDO $connection
4249
* @param string $features

0 commit comments

Comments
 (0)