Skip to content

Commit 3a32893

Browse files
authored
Update HasTable.php
Change a naming convention.
1 parent 8f7b2e5 commit 3a32893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/HasTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function compileTableHeaders()
125125
$thAttr = $this->html->attributes(array_merge(
126126
Arr::only($row, ['class', 'id', 'title', 'width', 'style', 'data-class', 'data-hide']),
127127
$row['attributes'],
128-
isset($row['html-title']) ? ['title' => $row['html-title']] : [],
128+
isset($row['titleAttr']) ? ['title' => $row['titleAttr']] : [],
129129
));
130130
$th[] = '<th ' . $thAttr . '>' . $row['title'] . '</th>';
131131
}

0 commit comments

Comments
 (0)