fix: null fqdn notifications

This commit is contained in:
Andras Bacsai
2023-07-28 12:51:26 +02:00
parent 7f9afa9c46
commit 331b85c57e
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class DeploymentSuccess extends Notification implements ShouldQueue
public string|null $deployment_url = null;
public string $project_uuid;
public string $environment_name;
public string $fqdn;
public string|null $fqdn;
public function __construct(Application $application, string $deployment_uuid, ApplicationPreview|null $preview = null)
{