Skip to content

Commit

Permalink
do I even need to bother with an autoloader anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Nov 17, 2024
1 parent a3ba859 commit 37b97d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions template/core/classes/class_autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@
require __DIR__ . DIRECTORY_SEPARATOR . '<?php echo PHPFHIR_ENUM_XML_LOCATION_ENUM; ?>.php';
}


// parser classes
if (!class_exists('<?php echo $config->getFullyQualifiedName(true, PHPFHIR_CLASSNAME_VERSION_TYPEMAP); ?>', false)) {
require __DIR__ . DIRECTORY_SEPARATOR . '<?php echo PHPFHIR_CLASSNAME_VERSION_TYPEMAP; ?>.php';
}
if (!class_exists('<?php echo $config->getFullyQualifiedName(true, PHPFHIR_CLASSNAME_RESPONSE_PARSER); ?>', false)) {
require __DIR__ . DIRECTORY_SEPARATOR . '<?php echo PHPFHIR_CLASSNAME_RESPONSE_PARSER; ?>.php';
}
Expand Down

0 comments on commit 37b97d5

Please sign in to comment.