Skip to content

Commit 22bdfe6

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent a94c6ed commit 22bdfe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Views/Columns/LinkColumn.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ class LinkColumn extends Column
2121
public function __construct(string $title, ?string $from = null)
2222
{
2323
parent::__construct($title, $from);
24-
24+
2525
if (! isset($from)) {
2626
$this->label(fn () => null);
2727
}
2828
}
2929

30-
3130
public function getContents(Model $row): null|string|\Illuminate\Support\HtmlString|DataTableConfigurationException|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
3231
{
3332
if (! $this->hasTitleCallback()) {

0 commit comments

Comments
 (0)