Skip to content

Commit

Permalink
add back $lastPreparedStatement on \Laminas\Db\Adapter\Adapter and ma…
Browse files Browse the repository at this point in the history
…rk it as deprecated

Signed-off-by: Ionut Codreanu <ionut@f6s.com>
  • Loading branch information
ionutf6s committed Sep 21, 2023
1 parent 9097fdb commit 5f43b63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Adapter/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ class Adapter implements AdapterInterface, Profiler\ProfilerAwareInterface
/** @var ResultSet\ResultSetInterface */
protected $queryResultSetPrototype;


/**
* @deprecated
*
* @var Driver\StatementInterface
*/
protected $lastPreparedStatement;
/**
* @param Driver\DriverInterface|array $driver
* @throws Exception\InvalidArgumentException
Expand Down

0 comments on commit 5f43b63

Please sign in to comment.