fix(applications): TypeError when stopping an application

This commit is contained in:
peaklabs-dev
2026-09-04 15:45:55 +02:00
parent 2ebbc5113e
commit 89814743c8
@@ -78,5 +78,7 @@ class StopApplication
$application->update($status);
ServiceStatusChanged::dispatch($application->environment->project->team->id);
return null;
}
}