Skip to content

Commit 8f7b2e5

Browse files
authored
Update Column.php
Change a naming convention.
1 parent 4d6e2e3 commit 8f7b2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Html/Column.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ public function footer($value)
510510
* @param mixed $value
511511
* @return $this
512512
*/
513-
public function htmlTitle($value)
513+
public function titleAttr($value)
514514
{
515-
$this->attributes['html-title'] = $value;
515+
$this->attributes['titleAttr'] = $value;
516516

517517
return $this;
518518
}

0 commit comments

Comments
 (0)