From 6398b65538d6f089b051b466b66bfd227fe91c94 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 16 Oct 2025 01:42:45 +0100 Subject: Made getContent public --- src/Columns/ElementColumn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Columns/ElementColumn.php') 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)); -- cgit v1.2.3