We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911ce35 commit fc63c0cCopy full SHA for fc63c0c
src/Config.php
@@ -43,7 +43,7 @@ class Config
43
private string $schemaPath;
44
45
/** @var string */
46
- private string $classesPath = PHPFHIR_DEFAULT_OUTPUT_DIR;
+ private string $classesPath;
47
48
/** @var \DCarbone\PHPFHIR\Config\VersionConfig[] */
49
private array $versions = [];
@@ -274,4 +274,4 @@ public function listVersions(): array
274
{
275
return array_keys($this->versions);
276
}
277
-}
+}
0 commit comments