Completed
Push — master ( 3aecb7...82255e )
by Julien
05:33 queued 01:37
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.