Skip to content

Commit adc6393

Browse files
Update src/Migration/Resources/Database/Database.php
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent a5cebfa commit adc6393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Migration/Resources/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getType(): string
9797
return $this->type;
9898
}
9999

100-
public function getDatabase(): mixed
100+
public function getDatabase(): ?string
101101
{
102102
return $this->database;
103103
}

0 commit comments

Comments
 (0)