Skip to content

Commit d22f4c6

Browse files
committed
Update Register.php - returning instance after using the setter
1 parent 5b174bc commit d22f4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Transaction/Register.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ public function getTransactionIndicator() {
4040
*/
4141
public function setTransactionIndicator($transactionIndicator) {
4242
$this->transactionIndicator = $transactionIndicator;
43+
return $this;
4344
}
4445
}

0 commit comments

Comments
 (0)