Removes unused public variables
parent
195d1c5069
commit
df4079da73
|
@ -4,15 +4,6 @@ class Conference {
|
|||
private $db;
|
||||
private $queries;
|
||||
|
||||
// public $jitsi_component;
|
||||
// public $start;
|
||||
// public $end;
|
||||
// public $conference_id;
|
||||
// public $conference_name;
|
||||
// public $participants;
|
||||
// public $name_count;
|
||||
// public $conference_host;
|
||||
|
||||
public function __construct($database) {
|
||||
$this->db = $database->getConnection();
|
||||
$this->queries = include('queries.php');
|
||||
|
|
|
@ -4,15 +4,6 @@ class Participant {
|
|||
private $db;
|
||||
private $queries;
|
||||
|
||||
// public $jitsi_component;
|
||||
// public $start;
|
||||
// public $end;
|
||||
// public $participant_id;
|
||||
// public $conference_name;
|
||||
// public $participants;
|
||||
// public $name_count;
|
||||
// public $conference_host;
|
||||
|
||||
public function __construct($database) {
|
||||
$this->db = $database->getConnection();
|
||||
$this->queries = include('queries.php');
|
||||
|
|
Loading…
Reference in New Issue