Skip to content

Commit

Permalink
json_encode the diff (doctrine/dbal 2.6 BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopster committed Dec 4, 2018
1 parent 71e709d commit 29faf33
Showing 1 changed file with 1 addition and 1 deletion.
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 29faf33

Please sign in to comment.