Skip to content

Commit

Permalink
Merge pull request #5 from ymaerschalck/master
Browse files Browse the repository at this point in the history
remove required courseId
  • Loading branch information
ymaerschalck authored Jun 19, 2018
2 parents 1d8be4e + 3c3996f commit 7bf6ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/LTIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function launchAction(Request $request)
$optionsResolver->setDefined(array_keys($parameters));
$optionsResolver->setRequired(array(
'lis_person_contact_email_primary',
'custom_courseid',
));
$optionsResolver->resolve($parameters);

Expand Down

0 comments on commit 7bf6ca0

Please sign in to comment.