mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
change scope
This commit is contained in:
parent
2a85e21e35
commit
52e29831bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user