Fix missing return statement

This commit is contained in:
Art4 2025-06-06 14:31:05 +00:00
parent df7c3a6566
commit 696972629d

View file

@ -92,5 +92,7 @@ HELP;
CoreWorker::unclaimProcess($process);
$this->processRepo->delete($process);
return;
}
}