Skip to content

Commit

Permalink
Merge pull request #200 from oat-sa/fix/RO-576/config-creation-on-ins…
Browse files Browse the repository at this point in the history
…tall

Fix/RO-576/config creation on install
  • Loading branch information
Luis Fernando do Nascimento authored Sep 30, 2021
2 parents 16cdf97 + 78b3795 commit 65be47e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/default/rdfImporterConfig.conf.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

use oat\taoTestTaker\models\RdfImporter;

return new oat\oatbox\config\ConfigurationService(array(
RdfImporter::OPTION_STRATEGY => RdfImporter::OPTION_STRATEGY_FAIL_ON_DUPLICATE
));

0 comments on commit 65be47e

Please sign in to comment.