Skip to content

Commit

Permalink
Added comment to remove binding method
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberinferno committed Feb 25, 2020
1 parent d9de1fb commit 3b5af9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ItemCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ public static function extract($generatedItemCode)
];
}

/**
* Removes binding from the item code
*
* @param $itemCode
* @return int
*/
public static function removeBinding($itemCode)
{
// Extract item code
Expand Down

0 comments on commit 3b5af9a

Please sign in to comment.