Skip to content

Commit

Permalink
mapper arrays enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Firetawnyowl committed Jun 5, 2024
1 parent 7ccd83c commit d33aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Job/Database/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getClient(): Client
public function getMapper(): Mapper
{
if (!isset($this->mapper)) {
$this->mapper = new Mapper($this->getClient());
$this->mapper = new Mapper($this->getClient(), arrays: true);
}

return $this->mapper;
Expand Down

0 comments on commit d33aeb0

Please sign in to comment.