Completed
Push — master ( 6cf466...e3dd7f )
by Freek
03:31
created
app/Http/Controllers/Back/TagsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
     public function index()
27 27
     {
28
-        $tags = Tag::get()->reduce(function (Collection $carry, Tag $tag) {
29
-            if (! $carry->has($tag->type)) {
28
+        $tags = Tag::get()->reduce(function(Collection $carry, Tag $tag) {
29
+            if (!$carry->has($tag->type)) {
30 30
                 $carry->put($tag->type, new Collection());
31 31
             }
32 32
 
Please login to merge, or discard this patch.