Skip to content

Commit e725a60

Browse files
ionutf6sXerkus
authored andcommitted
add back $lastPreparedStatement on \Laminas\Db\Adapter\Adapter and mark it as deprecated
Signed-off-by: Ionut Codreanu <[email protected]>
1 parent dbe163d commit e725a60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Adapter/Adapter.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ class Adapter implements AdapterInterface, Profiler\ProfilerAwareInterface
4949
/** @var ResultSet\ResultSetInterface */
5050
protected $queryResultSetPrototype;
5151

52-
52+
/**
53+
* @deprecated
54+
*
55+
* @var Driver\StatementInterface
56+
*/
57+
protected $lastPreparedStatement;
5358
/**
5459
* @param Driver\DriverInterface|array $driver
5560
* @throws Exception\InvalidArgumentException

0 commit comments

Comments
 (0)