There was an error while loading. Please reload this page.
2 parents a3372e5 + a087a27 commit 559ce4fCopy full SHA for 559ce4f
src/lti/LTI_Deep_Link_Resource.php
@@ -10,7 +10,7 @@ class LTI_Deep_Link_Resource {
10
private $custom_params = [];
11
private $target = 'iframe';
12
13
- public function new() {
+ public static function new() {
14
return new LTI_Deep_Link_Resource();
15
}
16
src/lti/LTI_Deployment.php
@@ -5,7 +5,7 @@ class LTI_Deployment {
5
6
private $deployment_id;
7
8
9
return new LTI_Deployment();
0 commit comments