feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
220 changed files with 702 additions and 7326 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);