We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd83c commit d33aeb0Copy full SHA for d33aeb0
php/Job/Database/Job.php
@@ -62,7 +62,7 @@ public function getClient(): Client
62
public function getMapper(): Mapper
63
{
64
if (!isset($this->mapper)) {
65
- $this->mapper = new Mapper($this->getClient());
+ $this->mapper = new Mapper($this->getClient(), arrays: true);
66
}
67
68
return $this->mapper;
0 commit comments