@@ -81,7 +81,7 @@ |
||
| 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"); |