feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
288 changed files with 885 additions and 12153 deletions
Showing only changes of commit 308a84a448 - Show all commits

View File

@ -15,7 +15,7 @@ class Queues extends Ideal\Controller
$output = [
'success' => false
];
if ($queueService->run()) {
if ($queueService->run($request)) {
$output['success'] = true;
}
return $this->withJson($response, $output);