Skip to content

Commit ae15899

Browse files
committed
Add BinaryIdType::getName for old dbal
1 parent c1cad52 commit ae15899

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Fixtures/Blog/BinaryIdType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ public function getSQLDeclaration(
5555
]);
5656
}
5757

58+
public function getName(): string
59+
{
60+
return self::NAME;
61+
}
62+
5863
public function getBindingType(): ParameterType
5964
{
6065
return ParameterType::BINARY;

0 commit comments

Comments
 (0)