Skip to content

Commit 054e359

Browse files
committed
Fix sort dir key function
1 parent 445054f commit 054e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpTableGenerator/TableGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function getListSortDirKey()
194194
/**
195195
* @param string $listSortDirKey
196196
*/
197-
public function setSortDirKey($listSortDirKey)
197+
public function setListSortDirKey($listSortDirKey)
198198
{
199199
$this->listSortDirKey = $listSortDirKey;
200200
}

0 commit comments

Comments
 (0)