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

@@ -123,7 +123,6 @@ class DecryptDatabase extends Command
}
$this->info('Done!');
app('telemetry')->feature('system.command.executed', $this->signature);
return 0;
}