made pdo private

This commit is contained in:
Joshua Perry 2023-01-25 17:44:48 +00:00
parent 71c1dd89fb
commit 7cc32ed127
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class DatabaseTable {
protected $username;
protected $password;
protected $schema;
protected $pdo;
private $pdo;
private $table;
private $pk;