13 lines
239 B
PHP
13 lines
239 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Default config header
|
||
|
*
|
||
|
* To replace this add a file /var/www/package-tao/taoQtiItem/config/header/ItemCategoriesService.conf.php
|
||
|
*/
|
||
|
|
||
|
return new oat\taoQtiItem\model\ItemCategoriesService([
|
||
|
'properties' => [
|
||
|
]
|
||
|
]);
|