diff --git a/src/Commands/DbBackupCommand.php b/src/Commands/DbBackupCommand.php index 7149771..0d9556c 100644 --- a/src/Commands/DbBackupCommand.php +++ b/src/Commands/DbBackupCommand.php @@ -87,7 +87,6 @@ public function dbBackupList( $client->addQuery('filter', "name=${dbName}"); } $databases = $databaseAdapter->getAll($uuid); - $client->clearQuery(); $table = new Table($this->output()); $table->setHeaders(['ID', 'Type', 'Timestamp']);