11 lines
206 B
PHP
11 lines
206 B
PHP
<?php
|
|
/**
|
|
* Default config header created during install
|
|
*/
|
|
|
|
use oat\tao\model\migrations\MigrationsService;
|
|
|
|
return new MigrationsService([
|
|
MigrationsService::OPTION_PERSISTENCE_ID => 'default',
|
|
]);
|