9 lines
153 B
PHP
9 lines
153 B
PHP
|
<?php
|
||
|
return [
|
||
|
'data_types' => [
|
||
|
'invokables' => [
|
||
|
'work_type' => 'CustomLicenseTypes\DataType\LicenseType'
|
||
|
],
|
||
|
],
|
||
|
];
|