Remove and cleanup commands.

This commit is contained in:
James Cole
2020-05-24 12:17:53 +02:00
parent b8668b44a0
commit bc70174f44
39 changed files with 5 additions and 322 deletions

View File

@@ -111,7 +111,6 @@ class TransferCurrenciesCorrections extends Command
$end = round(microtime(true) - $start, 2);
$this->info(sprintf('Verified and fixed currency information for transfers in %s seconds.', $end));
app('telemetry')->feature('system.command.executed', $this->signature);
return 0;
}