Skip to content

Commit

Permalink
PODB-603: Make function static for external use.
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-brian-l committed Jul 20, 2022
1 parent a5701e5 commit 1c7ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LtiMessageLaunch.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function getLaunchId()
return $this->launch_id;
}

public function getMissingRegistrationErrorMsg(string $issuerUrl, string $clientId): string
public static function getMissingRegistrationErrorMsg(string $issuerUrl, string $clientId): string
{
$search = [':issuerUrl', ':clientId'];
$replace = [$issuerUrl, $clientId];
Expand Down

0 comments on commit 1c7ac41

Please sign in to comment.