fix syntax typo

This commit is contained in:
d47081 2022-07-15 16:36:09 +03:00
parent 2d109cb9f6
commit 6e4376a0f4

View File

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