Skip to content

Commit

Permalink
Remove name of the association from Person to Person Name (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Apr 6, 2024
1 parent e9fac1f commit b097ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
!endsub

!startsub Person
"Person" ..> "name" "Person_Name"
"Person" ..> "Person_Name"
!endsub

!startsub Group_or_Organisation_Unit
Expand Down

0 comments on commit b097ebd

Please sign in to comment.