Code Documentation

This commit is contained in:
sparkyx 2025-02-07 17:02:53 +01:00
parent 4b4f6e882b
commit ba1eecf5b4
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ require_once NOALYSS_INCLUDE . '/lib/ac_common.php';
class DatabaseCore
{
private $db;
protected $db;
/**< database connection */
private $ret;
/**< return value */