tao-test/app/tao/config/default/entrypoint.conf.php

17 lines
251 B
PHP

<?php
/**
* Default config header
*
* To replace this add a file tao/conf/header/entrypoint.conf.php
*/
return new oat\tao\model\entryPoint\EntryPointService([
'existing' => [
],
'postlogin' => [
],
'prelogin' => [
]
]);