Add a missing semi-colon.

This commit is contained in:
markjcrane
2016-04-02 19:42:18 -06:00
parent 0eafc921b7
commit e3d1514f2b

View File

@@ -7,7 +7,7 @@
*/
class freeswitch {
public $db
public $db;
public $event_socket_ip_address;
public $event_socket_port;
public $event_socket_password;