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

11 lines
206 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
/**
* Default config header created during install
*/
use oat\tao\model\migrations\MigrationsService;
return new MigrationsService([
MigrationsService::OPTION_PERSISTENCE_ID => 'default',
]);