Skip to content

Commit

Permalink
Plugin: LTI Provider: Remove deprecated returnForm() method - refs #3894
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Aug 11, 2021
1 parent 30f6638 commit f8a726c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin/lti_provider/src/Form/FrmAdd.php
Expand Up @@ -70,12 +70,4 @@ public function setDefaultValues()

$this->setDefaults($defaults);
}

public function returnForm(): string
{
$js = "<script>
</script>";

return $js.parent::returnForm(); // TODO: Change the autogenerated stub
}
}

0 comments on commit f8a726c

Please sign in to comment.