Browse Source

Update database.php

FusionPBX 5 years ago
parent
commit
0f79ddb1d8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      resources/classes/database.php

+ 4 - 0
resources/classes/database.php

@@ -29,6 +29,10 @@ include "root.php";
 //define the database class
 	if (!class_exists('database')) {
 		class database {
+
+			/**
+			 * Define the class variables
+			 */
 			public $db;
 			public $driver;
 			public $type;