12 lines
230 B
PHP
12 lines
230 B
PHP
<?php
|
|
|
|
/**
|
|
* Default config header created during install
|
|
*/
|
|
|
|
return new oat\oatbox\config\ConfigurationService([
|
|
'config' => [
|
|
'OntologyTreeOrder' => [\oat\generis\model\OntologyRdfs::RDFS_LABEL => 'asc']
|
|
]
|
|
]);
|