fix: sentry
This commit is contained in:
parent
9b73bca79d
commit
26073b82fd
@ -40,6 +40,9 @@ public function type()
|
||||
{
|
||||
return 'service';
|
||||
}
|
||||
public function workdir() {
|
||||
return service_configuration_dir() . "/{$this->service->uuid}";
|
||||
}
|
||||
public function serviceType()
|
||||
{
|
||||
$found = str(collect(SPECIFIC_SERVICES)->filter(function ($service) {
|
||||
|
@ -59,6 +59,9 @@ public function getServiceDatabaseUrl()
|
||||
}
|
||||
return "{$realIp}:{$port}";
|
||||
}
|
||||
public function workdir() {
|
||||
return service_configuration_dir() . "/{$this->service->uuid}";
|
||||
}
|
||||
public function service()
|
||||
{
|
||||
return $this->belongsTo(Service::class);
|
||||
|
Loading…
Reference in New Issue
Block a user