Fix
This commit is contained in:
parent
c8dd6f07ac
commit
f2c4f83f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public function __construct(Application $application, string $deployment_uuid, A
|
||||||
if (Str::of($this->fqdn)->explode(',')->count() > 1) {
|
if (Str::of($this->fqdn)->explode(',')->count() > 1) {
|
||||||
$this->fqdn = Str::of($this->fqdn)->explode(',')->first();
|
$this->fqdn = Str::of($this->fqdn)->explode(',')->first();
|
||||||
}
|
}
|
||||||
$this->deployment_url = base_url() . "/project/{$this->project_uuid}/{urlencode($this->environment_name)}/application/{$this->application->uuid}/deployment/{$this->deployment_uuid}";
|
$this->deployment_url = base_url() . "/project/{$this->project_uuid}/", urlencode($this->environment_name), "/application/{$this->application->uuid}/deployment/{$this->deployment_uuid}";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function via(object $notifiable): array
|
public function via(object $notifiable): array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue