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
No known key found for this signature in database

View file

@ -78,5 +78,7 @@ public function handle(Application $application, bool $previewDeployments = fals
$application->update($status);
ServiceStatusChanged::dispatch($application->environment->project->team->id);
return null;
}
}