From b17c9ee6046735433e4ba037c9b60c5f592bd15e Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sat, 13 Feb 2021 09:12:28 +0200 Subject: /php/move.php --- php/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/database.php') diff --git a/php/database.php b/php/database.php index 1e76d77..cb2697f 100644 --- a/php/database.php +++ b/php/database.php @@ -7,7 +7,7 @@ require_once "node.php"; /*handles database stuff*/ class Database { - private $pdo; + public $pdo; public function __construct() -- cgit v1.2.3