Skip to content

Commit

Permalink
fix bug for chain operations of viz
Browse files Browse the repository at this point in the history
  • Loading branch information
t3ran13 committed Oct 6, 2020
1 parent fef8481 commit b24616c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/ChainOperations/ChainOperationsViz.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class ChainOperationsViz
{
const IDS = [
self::OPERATION_TRANSFER => 2,
self::OPERATION_CUSTOM => 10
ChainOperations::OPERATION_TRANSFER => 2,
ChainOperations::OPERATION_CUSTOM => 10
];

const FIELDS_TYPES = [
Expand Down

0 comments on commit b24616c

Please sign in to comment.