diff --git a/app/Console/Commands/CacheUsernames.php b/app/Console/Commands/CacheUsernames.php index af3eab77f..1eb6e0a38 100644 --- a/app/Console/Commands/CacheUsernames.php +++ b/app/Console/Commands/CacheUsernames.php @@ -6,8 +6,6 @@ use App\Facades\Network; use App\Facades\Wallets; -use App\Models\Scopes\UsernameResignationScope; -use App\Models\Transaction; use App\Models\Wallet; use App\Services\Cache\WalletCache; use Illuminate\Console\Command;