fix: public service database
This commit is contained in:
@@ -57,8 +57,7 @@ class ServiceDatabase extends BaseModel
|
||||
if ($this->service->server->isLocalhost() || isDev()) {
|
||||
$realIp = base_ip();
|
||||
}
|
||||
$url = "{$realIp}:{$port}";
|
||||
return $url;
|
||||
return "{$realIp}:{$port}";
|
||||
}
|
||||
public function service()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user