Skip to content

Commit

Permalink
Add get_deep_link_settings to LTI_Deep_Link
Browse files Browse the repository at this point in the history
  • Loading branch information
sullysmall committed Dec 2, 2021
1 parent 3a192de commit e1b46b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lti/LTI_Deep_Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ public function output_response_form($resources) {
</script>
<?php
}

public function get_deep_link_settings() {
return $this->deep_link_settings;
}
}
?>

0 comments on commit e1b46b3

Please sign in to comment.