Skip to content

Commit cd6f9ee

Browse files
committed
fix php-sap vendor name
1 parent 0c793c8 commit cd6f9ee

File tree

2 files changed

+48
-50
lines changed

2 files changed

+48
-50
lines changed

Diff for: res/php-sap.svg

+40-42
Loading

Diff for: res/php-sap.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ digraph G {
1919
subgraph cluster2 {
2020
color=green;
2121
node [color=green];
22-
label="phpsap/interfaces"
22+
label="php-sap/interfaces"
2323
subgraph cluster21 {
24-
label="phpsap/common"
25-
"phpsap/saprfc-koucky" -> saprfc [color=green];
26-
"phpsap/saprfc-harding" -> sapnwrfc5 [color=green];
27-
"phpsap/saprfc-kralik" -> sapnwrfc7 [color=green];
24+
label="php-sap/common"
25+
"php-sap/saprfc-koucky" -> saprfc [color=green];
26+
"php-sap/saprfc-harding" -> sapnwrfc5 [color=green];
27+
"php-sap/saprfc-kralik" -> sapnwrfc7 [color=green];
2828
}
2929
}
3030
subgraph cluster3 {
@@ -35,8 +35,8 @@ digraph G {
3535
yourcode2 [label="function"];
3636
yourcode3 [label="..."];
3737
}
38-
yourcode1 -> "phpsap/saprfc-koucky" [lhead=cluster2 color=red];
39-
yourcode2 -> "phpsap/saprfc-harding" [lhead=cluster2 color=red];
40-
yourcode3 -> "phpsap/saprfc-kralik" [lhead=cluster2 color=red];
38+
yourcode1 -> "php-sap/saprfc-koucky" [lhead=cluster2 color=red];
39+
yourcode2 -> "php-sap/saprfc-harding" [lhead=cluster2 color=red];
40+
yourcode3 -> "php-sap/saprfc-kralik" [lhead=cluster2 color=red];
4141
}
4242
@enduml

0 commit comments

Comments
 (0)