Completed
Push — develop ( 18953e...862d29 )
by Greg
01:55
created
app/Console/Commands/ExportGroups.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.
app/Console/Commands/ExportCategories.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.