Skip to content

Commit 265d330

Browse files
committed
Merge branch 'main' into dev
2 parents 6ad8a35 + 8d02de4 commit 265d330

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/DDD/Entities/ServerSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace PhpPgAdmin\DDD\Entities;
66

77
use PhpPgAdmin\Config;
8-
use PhpPgAdmin\Database\{Connection, PhpPgAdminConnection, Postgres};
8+
use PhpPgAdmin\Database\PhpPgAdminConnection;
99
use PhpPgAdmin\DDD\ValueObjects\Server\{DatabaseName, Filename, Host, Name, Port, SslMode};
1010
use PhpPgAdmin\DDD\ValueObjects\ServerSession\{Username, Password, Platform};
1111

src/Website/CreateDb.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use PhpPgAdmin\{RequestParameter, Website, WebsiteComponents};
88
use PhpPgAdmin\Database\PhpPgAdminConnection;
9-
use PhpPgAdmin\Database\Postgres;
109
use PhpPgAdmin\DDD\Entities\ServerSession;
1110
use PhpPgAdmin\DDD\ValueObjects\TrailSubject;
1211

0 commit comments

Comments
 (0)