Skip to content

Commit df4cc71

Browse files
author
hikki
committed
2.0
1 parent 9bbf956 commit df4cc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DLPHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function dotCalculate(array $selected,array $select)
4646
* [[key=>integer,val=>string,par=>integer],...]
4747
* @param array $data
4848
*/
49-
public static function dimensionCalculate(array &$data)
49+
public static function dimension(array &$data)
5050
{
5151
foreach ($data as $key=>&$d){
5252
$parent_node = $d['par'];

0 commit comments

Comments
 (0)