diff --git a/pkg/dsn/Dsn.php b/pkg/dsn/Dsn.php index 338ec19af..a5cc139b2 100644 --- a/pkg/dsn/Dsn.php +++ b/pkg/dsn/Dsn.php @@ -80,16 +80,6 @@ public function __construct( $this->queryBag = new QueryBag($query); } -// public function __toString(): string -// { -// return $this->dsn; -// } -// -// public function getDsn(): string -// { -// return $this->dsn; -// } - public function getScheme(): string { return $this->scheme;