diff options
author | Sam Light <samlight1994@gmail.com> | 2025-10-16 01:42:45 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-10-16 01:42:45 +0100 |
commit | 6398b65538d6f089b051b466b66bfd227fe91c94 (patch) | |
tree | 3578c1e13e92f4d84f1a9009fee79c524368ad49 /src/Columns/ElementColumn.php | |
parent | 7a47bae6e469fd04d6a14bda1646f8317d8f3bb4 (diff) |
Diffstat (limited to 'src/Columns/ElementColumn.php')
-rw-r--r-- | src/Columns/ElementColumn.php | 2 |
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)); |