Command refactoring - no functional changes

This commit is contained in:
Deon George
2022-06-27 00:14:36 +10:00
parent 0fe65d6187
commit 2495e4675c
12 changed files with 22 additions and 183 deletions

View File

@@ -2,9 +2,9 @@
namespace App\Console\Commands;
use App\Models\Domain;
use Illuminate\Console\Command;
use App\Models\Domain;
use App\Jobs\EchoareaImport as Job;
class EchoareaImport extends Command