Skip to content

Commit b24616c

Browse files
committed
fix bug for chain operations of viz
1 parent fef8481 commit b24616c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ChainOperations/ChainOperationsViz.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
class ChainOperationsViz
99
{
1010
const IDS = [
11-
self::OPERATION_TRANSFER => 2,
12-
self::OPERATION_CUSTOM => 10
11+
ChainOperations::OPERATION_TRANSFER => 2,
12+
ChainOperations::OPERATION_CUSTOM => 10
1313
];
1414

1515
const FIELDS_TYPES = [

0 commit comments

Comments
 (0)