Completed
Branch master (f90173)
by Julien
06:05
created
src/Repositories/ProviderRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             ->execute()
62 62
             ->toArray();
63 63
 
64
-        return array_map(function ($item) {
64
+        return array_map(function($item) {
65 65
             unset($item['_id']);
66 66
 
67 67
             return $item;
Please login to merge, or discard this patch.