Skip to content

Commit

Permalink
Merge pull request #125 from oat-sa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ekkinox committed Aug 24, 2021
2 parents efd3a00 + f59dac0 commit f1efc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Message/LtiMessageInterface.php
Expand Up @@ -39,6 +39,7 @@ interface LtiMessageInterface
public const LTI_MESSAGE_TYPE_DEEP_LINKING_RESPONSE = 'LtiDeepLinkingResponse';
public const LTI_MESSAGE_TYPE_START_PROCTORING = 'LtiStartProctoring';
public const LTI_MESSAGE_TYPE_START_ASSESSMENT = 'LtiStartAssessment';
public const LTI_MESSAGE_TYPE_END_ASSESSMENT = 'LtiEndAssessment';

public function getUrl(): string;

Expand Down

0 comments on commit f1efc5a

Please sign in to comment.