We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7d01c commit 633d03fCopy full SHA for 633d03f
src/Invoice.php
@@ -141,7 +141,8 @@ public function seller(): MorphTo
141
142
/**
143
* Invoice can be attached with another one
144
- * A Quote or a Credit can have another Invoice as parent
+ * A Quote or a Credit can have another Invoice as parent.
145
+ * Ex: $invoice = $quote->parent and $quote = $invoice->quote
146
*/
147
function parent(): BelongsTo
148
{
0 commit comments