Fix DB\AbstractStatement

This commit is contained in:
Visman 2023-04-29 18:05:01 +07:00
parent 53d913701e
commit 8b1f40e34c

View file

@ -25,7 +25,7 @@ abstract class AbstractStatement extends DBStatement
/**
* Режим выборки установленный через setFetchMode()/fetchAll()
*/
protected int $fetchMode;
protected int $fetchMode = 0;
/**
* colno, class или object из setFetchMode()/fetchAll()