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

17 lines
251 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?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' => [
]
]);