Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions libraries/ManiaLib/Database/ConnectionParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -67,4 +59,4 @@ class ConnectionParams

}

?>
?>