|
@@ -78,8 +78,8 @@ |
|
|
block discarded – undo |
|
78
|
78
|
|
|
79
|
79
|
if ($relatedModel) { |
|
80
|
80
|
$output .= "- **" . $relation->getType() . "** `" . $relation->getName() . "` to " . |
|
81
|
|
- $relatedModel->getLabel() . " (Local Key: `" . $relation->getLocalKey() . |
|
82
|
|
- "`, Foreign Key: `" . $relation->getForeignKey() . "`)\n"; |
|
|
81
|
+ $relatedModel->getLabel() . " (Local Key: `" . $relation->getLocalKey() . |
|
|
82
|
+ "`, Foreign Key: `" . $relation->getForeignKey() . "`)\n"; |
|
83
|
83
|
} |
|
84
|
84
|
} |
|
85
|
85
|
|
Please login to merge, or discard this patch.