summaryrefslogtreecommitdiff
path: root/src/Columns/ElementColumn.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Columns/ElementColumn.php')
-rw-r--r--src/Columns/ElementColumn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Columns/ElementColumn.php b/src/Columns/ElementColumn.php
index a6024e3..63ef09c 100644
--- a/src/Columns/ElementColumn.php
+++ b/src/Columns/ElementColumn.php
@@ -31,7 +31,7 @@ abstract class ElementColumn extends Column
return $this->elemAttributesFn ? ($this->elemAttributesFn)($row) : [];
}
- protected function getContent(Model $row): string
+ public function getContent(Model $row): string
{
$content = parent::getContent($row);
$attributes = new ComponentAttributeBag($this->getElemAttributes($row));