10 lines
208 B
PHP
10 lines
208 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* The default Tao DeliveryExecution tracking service
|
||
|
*
|
||
|
* It uses the ontology to store the deliveryExecutions of the students
|
||
|
*/
|
||
|
|
||
|
return new \oat\taoDelivery\model\execution\OntologyService();
|