Skip to content

Commit

Permalink
FEATURE: Allow mapping of legacy root paths to RootNodeAggregate Node…
Browse files Browse the repository at this point in the history
…TypeNames
  • Loading branch information
dlubitz committed Nov 1, 2024
1 parent ce26038 commit 1266a82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public function getByPath(string $path): ?NodeTypeName
{
return isset($this->mapping[$path]) ? NodeTypeName::fromString($this->mapping[$path]) : null;
}
}
}

0 comments on commit 1266a82

Please sign in to comment.