Skip to content

Commit

Permalink
Update Interchange.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas authored Jan 30, 2024
1 parent 122f52c commit 5ef4a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Interchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function compose()
if ($this->appref !== null) {
$unb[] = $this->appref;
}
d($this->appref);

$temp[] = $unb;
foreach ($this->messages as $msg) {
foreach ($msg->getComposed() as $i) {
Expand Down

0 comments on commit 5ef4a09

Please sign in to comment.