Database.php remove default db port

pull/403/head
Tom Hatzer 2017-01-15 14:42:36 +01:00 committed by GitHub
parent 93dc1ca02a
commit 1e752dcec2
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 = 3306;
protected $db_port;
/**
* DB name