6 lines
81 B
PHP
6 lines
81 B
PHP
|
<?php
|
||
|
|
||
|
return new oat\tao\model\metrics\MetricsService([
|
||
|
'metrics' => []
|
||
|
]);
|