Make available field retrieval be generated through an object
phpcs-errors:221 phpunit-status:successful phpstan-errors:677
This commit is contained in:
@ -15,6 +15,7 @@ const TL_FILE_DIRS = [
|
||||
];
|
||||
|
||||
const AUTOLOAD_DIRS = [
|
||||
__DIR__ . "/../classes",
|
||||
__DIR__ . "/../classes/MDTlLoader/src",
|
||||
__DIR__ . "/../classes/MD_STD",
|
||||
__DIR__ . "/../classes/MDAllowedValueSets/src",
|
||||
|
Reference in New Issue
Block a user