Completed
Pull Request — master (#78)
by butschster
14:38 queued 10:20
created
app/Interfaces/Slack/StandartSlackRoom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         parent::__construct();
28 28
 
29 29
         $this->alias = $alias;
30
-        $this->groups = (array) $groups;
30
+        $this->groups = (array)$groups;
31 31
 
32 32
         $this->setMiddleware($middleware);
33 33
     }
Please login to merge, or discard this patch.