We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77175bc commit bf53c09Copy full SHA for bf53c09
src/Show/Relation.php
@@ -53,9 +53,9 @@ class Relation extends Field
53
*/
54
public function __construct($name, $builder, $title = '')
55
{
56
- $this->name = $name;
+ $this->name = $name;
57
$this->builder = $builder;
58
- $this->title = $this->formatLabel($title);
+ $this->title = $this->formatLabel($title);
59
}
60
61
/**
@@ -121,11 +121,10 @@ public function render()
121
122
$renderable->setName($this->name)
123
->setTitle($this->title)
124
- ->setRelation($relation);
+ ->setRelation($relation)
125
+ ->fixedFooter(false);
126
127
- $renderable->fixedFooter(false);
128
-
129
return $renderable->render();
130
131
0 commit comments