From 371b4a3f83ca3e3e077f13a55be099e131343c10 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:11:53 +0100 Subject: [PATCH] remove unused var --- app/Notifications/Application/StatusChanged.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Notifications/Application/StatusChanged.php b/app/Notifications/Application/StatusChanged.php index be18b800b..4d0b0b3db 100644 --- a/app/Notifications/Application/StatusChanged.php +++ b/app/Notifications/Application/StatusChanged.php @@ -21,8 +21,6 @@ class StatusChanged extends Notification implements ShouldQueue public string $environment_uuid; - public string $environment_name; - public ?string $resource_url = null; public ?string $fqdn;