Forgot to add notify to CreatScheduleCommand in API

This commit is contained in:
Anne-Greeth van Herwijnen
2019-04-26 14:41:25 +02:00
parent 57dd008064
commit 29e0cf9528
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,8 @@ class ScheduleController extends AbstractApiController
Binput::get('status'),
Binput::get('scheduled_at'),
Binput::get('completed_at'),
Binput::get('components', [])
Binput::get('components', []),
Binput::get('notify', false)
));
} catch (QueryException $e) {
throw new BadRequestHttpException();