We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122f52c commit 5ef4a09Copy full SHA for 5ef4a09
1 file changed
src/Generator/Interchange.php
@@ -96,7 +96,7 @@ public function compose()
96
if ($this->appref !== null) {
97
$unb[] = $this->appref;
98
}
99
- d($this->appref);
+
100
$temp[] = $unb;
101
foreach ($this->messages as $msg) {
102
foreach ($msg->getComposed() as $i) {
0 commit comments