10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
/**
|
|
* Default config header created during install
|
|
*/
|
|
|
|
return new oat\oatbox\config\ConfigurationService(array(
|
|
'config' => array(
|
|
)
|
|
));
|