change scope

This commit is contained in:
Thomas Portelange 2023-10-24 17:56:26 +02:00 committed by GitHub
parent 2a85e21e35
commit 52e29831bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class SQLite3Query extends Query
*/
protected $handle;
protected int $count = 0;
private int $count = 0;
/**
* Hook the result-set given into a Query class, suitable for use by framework.