Skip to content

Commit 633d03f

Browse files
committed
add comment
1 parent ad7d01c commit 633d03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Invoice.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ public function seller(): MorphTo
141141

142142
/**
143143
* Invoice can be attached with another one
144-
* A Quote or a Credit can have another Invoice as parent
144+
* A Quote or a Credit can have another Invoice as parent.
145+
* Ex: $invoice = $quote->parent and $quote = $invoice->quote
145146
*/
146147
function parent(): BelongsTo
147148
{

0 commit comments

Comments
 (0)