Skip to content

Commit 8d7aff8

Browse files
committed
Merge remote-tracking branch 'origin/add-linkto-cell-property' into add-linkto-cell-property
2 parents aa35d74 + 7276c76 commit 8d7aff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/Column.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ public function linkTo(callable $callable, string $target = null): self
388388
{
389389
$this->linkCallback = $callable;
390390
$this->linkTarget = $target;
391+
391392
return $this;
392393
}
393394
}

0 commit comments

Comments
 (0)