Completed
Push — develop ( 957723...53a684 )
by Greg
01:54
created
app/Console/Commands/ExportAccounts.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     public function handle()
82 82
     {
83 83
         $accounts = Account::where('status', Account::ACCOUNT_ENABLE)
84
-                      ->orderBy('netlogin', 'desc')->get();
84
+                        ->orderBy('netlogin', 'desc')->get();
85 85
 
86 86
         if ($accounts->isEmpty() && !$this->option('empty')) {
87 87
             $this->info("No accounts to export");
Please login to merge, or discard this patch.