formatting and waring text

This commit is contained in:
ayntk-ai
2024-08-09 22:43:18 +02:00
parent 7d1179e7c8
commit 840e225aa8
3 changed files with 63 additions and 73 deletions

View File

@@ -21,7 +21,7 @@ class ServiceDatabase extends BaseModel
public function restart()
{
$container_id = $this->name.'-'.$this->service->uuid;
$container_id = $this->name . '-' . $this->service->uuid;
remote_process(["docker restart {$container_id}"], $this->service->server);
}
@@ -78,7 +78,7 @@ class ServiceDatabase extends BaseModel
public function workdir()
{
return service_configuration_dir()."/{$this->service->uuid}";
return service_configuration_dir() . "/{$this->service->uuid}";
}
public function service()