Skip to content

Commit

Permalink
Merge pull request #2447 from oat-sa/backport/ADF-1634/backport-48-2-0
Browse files Browse the repository at this point in the history
fix: add missing const in metadata exporter implementation
  • Loading branch information
bartlomiejmarszal authored Feb 21, 2024
2 parents 362b82c + 39f3ad6 commit 210068f
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 210068f

Please sign in to comment.