Skip to content

Commit

Permalink
Merge pull request DATA-DOG#51 from tamago-db/fix-doctrine-dbal-json
Browse files Browse the repository at this point in the history
json_encode the diff (doctrine/dbal 2.6 BC break)
  • Loading branch information
l3pp4rd authored Dec 4, 2018
2 parents 71e709d + 29faf33 commit 4df4711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ protected function diff(EntityManager $em, $entity, array $ch)
];
}
}
return $diff;
return json_encode($diff);
}

protected function assoc(EntityManager $em, $association = null)
Expand Down

0 comments on commit 4df4711

Please sign in to comment.