Skip to content

Commit d33aeb0

Browse files
committed
mapper arrays enabled
1 parent 7ccd83c commit d33aeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Job/Database/Job.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getClient(): Client
6262
public function getMapper(): Mapper
6363
{
6464
if (!isset($this->mapper)) {
65-
$this->mapper = new Mapper($this->getClient());
65+
$this->mapper = new Mapper($this->getClient(), arrays: true);
6666
}
6767

6868
return $this->mapper;

0 commit comments

Comments
 (0)