Omeka-License-Types/config/module.config.php

9 lines
153 B
PHP

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