feat: Add AdminRemoveUser command to remove users from the database

This commit is contained in:
Andras Bacsai
2024-05-14 15:40:45 +02:00
parent 317dc10af4
commit e95e2cf152
4 changed files with 54 additions and 35 deletions

View File

@@ -20,7 +20,6 @@ class All extends Component
if ($this->resource->type() == 'service') {
$this->containerNames = $this->resource->applications()->pluck('name');
$this->containerNames = $this->containerNames->merge($this->resource->databases()->pluck('name'));
ray($this->containerNames);
} elseif ($this->resource->type() == 'application') {
if ($this->resource->build_pack === 'dockercompose') {
$parsed = $this->resource->parseCompose();