9 lines
185 B
PHP
9 lines
185 B
PHP
<?php
|
|
/**
|
|
* Default config header created during install
|
|
*/
|
|
|
|
use oat\ltiDeliveryProvider\model\options\DataAccess\Mapper\OptionCollectionMapper;
|
|
|
|
return new OptionCollectionMapper();
|