Skip to content

Commit c0d0175

Browse files
committed
Change visibility of getMapperBuilder. This makes it easier to add other options to the mapper builder instead of completely making it on your own
1 parent 98b9541 commit c0d0175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function setMapperBuilder(MapperBuilder $mapperBuilder): void
9090
$this->mapperBuilder = $mapperBuilder;
9191
}
9292

93-
private function getMapperBuilder(): MapperBuilder
93+
public function getMapperBuilder(): MapperBuilder
9494
{
9595
if (null === $this->mapperBuilder) {
9696
$this->mapperBuilder = (new MapperBuilder())

0 commit comments

Comments
 (0)