diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-26 13:24:23 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-26 13:24:23 +0100 |
commit | a45f03193df84589c8c7a31f0695c00f761e2975 (patch) | |
tree | b7a3cb43e9f7e41bbf5a14b05e459bd3a5461bd6 /src/Columns/LinkColumn.php | |
parent | 6d26688fded015141a45a88b90b2d70a0ac88420 (diff) |
Fished larastanning up to level 8
Diffstat (limited to 'src/Columns/LinkColumn.php')
-rw-r--r-- | src/Columns/LinkColumn.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Columns/LinkColumn.php b/src/Columns/LinkColumn.php index edb1140..5cc8407 100644 --- a/src/Columns/LinkColumn.php +++ b/src/Columns/LinkColumn.php @@ -10,6 +10,9 @@ class LinkColumn extends ElementColumn { protected string $element = 'a'; + /** + * @var Closure(Model): string + */ private Closure $urlFn; public function url(callable $fn) : static |