Skip to content

Commit 716f9fe

Browse files
fix: remove projectId from CreateMySqlDatabase body to match updated SDK constructor
1 parent 4a642a7 commit 716f9fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Database/Manager/MittwaldApi.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function create(): void
6666
body: new CreateMysqlDatabaseRequestBody(
6767
database: (new CreateMySqlDatabase(
6868
$featureName,
69-
$projectId,
7069
$databaseVersion,
7170
))->withCharacterSettings(
7271
new CharacterSettings(

0 commit comments

Comments
 (0)