$db variable needed by schema class

This commit is contained in:
FusionPBX
2023-05-09 08:39:42 -06:00
committed by GitHub
parent 89af27e94e
commit bc0c2ea588

View File

@@ -36,7 +36,7 @@
* @access private
* @var PDO object
*/
private $db;
public $db;
/**
* Driver to use.