浏览代码

Update database.php

FusionPBX 5 年之前
父节点
当前提交
0f79ddb1d8
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;