Add test coverage for schedules

This commit is contained in:
Dane Everitt
2020-06-28 13:50:07 -07:00
parent 63bc4080d5
commit b9a451b528
7 changed files with 414 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ class ScheduleController extends ClientApiController
{
$this->repository->delete($schedule->id);
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
return new JsonResponse([], Response::HTTP_NO_CONTENT);
}
/**