diff --git a/libraries/ManiaLib/Database/ConnectionParams.php b/libraries/ManiaLib/Database/ConnectionParams.php index b1201a1..f07d56a 100644 --- a/libraries/ManiaLib/Database/ConnectionParams.php +++ b/libraries/ManiaLib/Database/ConnectionParams.php @@ -15,14 +15,6 @@ class ConnectionParams { - /** - * Human readeable identifier of the connection, to use with the factory. - * For example "server01" so you can use Connection::factory("server01") - * to retrieve a connection with the params from that object. - * @var string - */ - public $id; - /** * Hostname * @var string @@ -67,4 +59,4 @@ class ConnectionParams } -?> \ No newline at end of file +?>