5 lines
139 B
PHP
5 lines
139 B
PHP
|
<?php
|
||
|
return new \oat\taoDacSimple\model\DataBaseAccess([
|
||
|
\oat\taoDacSimple\model\DataBaseAccess::OPTION_PERSISTENCE => 'default',
|
||
|
]);
|