Daniel Souza
Results
1
comments of
Daniel Souza
I could get it working by doing this fix: ``` $relationCount = array_count_values(array_map(function ($id) { return (string) '0' . $id; // Convert Back ObjectIds to Strings }, is_array($relations) ? $relations...