Omeka-License-Types/config/module.config.php
2021-03-04 16:33:19 +01:00

9 lines
153 B
PHP

<?php
return [
'data_types' => [
'invokables' => [
'work_type' => 'CustomLicenseTypes\DataType\LicenseType'
],
],
];