Rename more instances of parent to component

This commit is contained in:
James Brooks
2014-12-01 12:24:40 +00:00
parent e0dd2ef909
commit 540c3ab0d1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class RSSController extends Controller {
$feed->item([
'title' => $incident->name,
'message' => $incident->message,
'component' => $incident->parent->name,
'component' => $incident->component->name,
'status' => $incident->humanStatus,
'created_at' => $incident->created_at,
'updated_at' => $incident->updated_at