summaryrefslogtreecommitdiff
path: root/src/Columns/ElementColumn.php
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-04-26 13:24:23 +0100
committerSam Light <samlight1994@gmail.com>2025-04-26 13:24:23 +0100
commita45f03193df84589c8c7a31f0695c00f761e2975 (patch)
treeb7a3cb43e9f7e41bbf5a14b05e459bd3a5461bd6 /src/Columns/ElementColumn.php
parent6d26688fded015141a45a88b90b2d70a0ac88420 (diff)
Fished larastanning up to level 8
Diffstat (limited to 'src/Columns/ElementColumn.php')
-rw-r--r--src/Columns/ElementColumn.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Columns/ElementColumn.php b/src/Columns/ElementColumn.php
index 0e98d4a..0e78545 100644
--- a/src/Columns/ElementColumn.php
+++ b/src/Columns/ElementColumn.php
@@ -12,6 +12,10 @@ abstract class ElementColumn extends Column
{
protected string $element;
+
+ /**
+ * @var ?Closure(Model): array<string, string>
+ */
private ?Closure $elemAttributesFn = null;
public function attributes(callable $fn) : static