Completed
Pull Request — master (#29)
by Phecho
03:15
created
app/Models/Issue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     {
126 126
         $statuses = trans('gitamin.issues.status');
127 127
 
128
-        return $statuses[rand(0,2)];
128
+        return $statuses[rand(0, 2)];
129 129
         //return $statuses[$this->state];
130 130
     }
131 131
 
Please login to merge, or discard this patch.