Initialize protected variable db_port with value 3306

This commit is contained in:
Tom Hatzer 2016-12-23 15:30:39 +01:00 committed by GitHub
parent b2043b1b65
commit cd977e2e51
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Database {
* DB port
* @var string $db_port
*/
protected $db_port;
protected $db_port = 3306;
/**
* DB name