@@ -80,7 +80,7 @@ |
||
| 80 | 80 | return; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | - foreach ($groups as $group){ |
|
| 83 | + foreach ($groups as $group) { |
|
| 84 | 84 | $accounts = Account::where('status', Account::ACCOUNT_ENABLE) |
| 85 | 85 | ->where('group_id', $group->id) |
| 86 | 86 | ->orderBy('netlogin', 'desc') |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | return; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | - foreach ($categories as $category){ |
|
| 83 | + foreach ($categories as $category) { |
|
| 84 | 84 | $accounts = Account::where('status', Account::ACCOUNT_ENABLE) |
| 85 | 85 | ->where('category_id', $category->id) |
| 86 | 86 | ->orderBy('netlogin', 'desc') |