Completed
Push — develop ( 07098b...f03e4a )
by Greg
01:51
created
app/Http/Controllers/GroupController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     {
102 102
         $group = Group::findOrFail($id);
103 103
         $accounts = Group::Find($id)->accounts()->where('status', Account::ACCOUNT_DISABLE);
104
-        if (count($accounts) > 0 ) {
104
+        if (count($accounts) > 0) {
105 105
             $accounts->delete();
106 106
         }
107 107
         return redirect()->back()->with(
Please login to merge, or discard this patch.