Skip to content

Commit fc63c0c

Browse files
authored
Removing default value for $classesPath property (#125)
Addresses #124
1 parent 911ce35 commit fc63c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Config
4343
private string $schemaPath;
4444

4545
/** @var string */
46-
private string $classesPath = PHPFHIR_DEFAULT_OUTPUT_DIR;
46+
private string $classesPath;
4747

4848
/** @var \DCarbone\PHPFHIR\Config\VersionConfig[] */
4949
private array $versions = [];
@@ -274,4 +274,4 @@ public function listVersions(): array
274274
{
275275
return array_keys($this->versions);
276276
}
277-
}
277+
}

0 commit comments

Comments
 (0)