Initialize protected variable db_port with value 3306
parent
b2043b1b65
commit
cd977e2e51
|
@ -39,7 +39,7 @@ class Database {
|
|||
* DB port
|
||||
* @var string $db_port
|
||||
*/
|
||||
protected $db_port;
|
||||
protected $db_port = 3306;
|
||||
|
||||
/**
|
||||
* DB name
|
||||
|
|
Loading…
Reference in New Issue