Переглянути джерело

Require domain_uuid and user_uuid

FusionPBX 1 рік тому
батько
коміт
bc445cd7d3
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      resources/classes/user.php

+ 2 - 2
resources/classes/user.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 
 
 /*
 /*
-* user class - use to store user groups, permissions and other values
+* user class - used to store user groups, permissions, and other values
 */
 */
 class user {
 class user {
 
 
@@ -15,7 +15,7 @@ class user {
 	public  $user_email;
 	public  $user_email;
 	public  $contact_uuid;
 	public  $contact_uuid;
 
 
-	public function __construct(database $database, $domain_uuid = null, $user_uuid = null) {
+	public function __construct(database $database, $domain_uuid, $user_uuid) {
 
 
 		//set the database variable
 		//set the database variable
 		$this->database = $database;
 		$this->database = $database;