Skip to content

Commit 8b4961e

Browse files
committed
remove useless method in documentation
1 parent efbb00c commit 8b4961e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/en/dbal-type.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ To register a custom DBAL type, create a class that extends
3333
{
3434
return $value;
3535
}
36-
37-
public function getName(): string
38-
{
39-
return 'money';
40-
}
4136
}
4237
4338
When using the ``AsDatabaseType`` attribute, the type will be automatically

0 commit comments

Comments
 (0)