Skip to content

Commit

Permalink
fix: add missing const in metadata exporter implementation
Browse files Browse the repository at this point in the history
(cherry picked from commit aaae90c)
  • Loading branch information
bartlomiejmarszal authored and wazelin committed Jun 19, 2024
1 parent e579937 commit 3c616b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/classes/export/Formats/Metadata/TestPackageExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class TestPackageExport extends AbstractTestExport
{
use EventManagerAwareTrait;

protected const VERSION = 'metadata';

public function getLabel(): string
{
return __('QTI Test Metadata');
Expand Down

0 comments on commit 3c616b1

Please sign in to comment.