database = new MessagesDatabase($dbConn); } public function getDatabase(): MessagesDatabase { return $this->database; } }