define $_db variable

This commit is contained in:
d47081 2022-07-15 10:34:25 +03:00
parent 2ff3106a50
commit 0a87fe0d94

View File

@ -2,6 +2,8 @@
class SQLite {
private _$db;
public function __construct($database, $username, $password) {
try {