10 lines
151 B
PHP
10 lines
151 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* The default AttemptService
|
||
|
*
|
||
|
* It used to count the attempts to pass the test.
|
||
|
*/
|
||
|
|
||
|
return new oat\taoDelivery\model\AttemptService();
|