Skip to content

Commit 958b3b7

Browse files
committed
make invoice->uuid() method fluent.
1 parent 0f17875 commit 958b3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Invoice.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function uuid($uuid = null)
5959
}
6060

6161
$this->uuid = $uuid;
62+
return $this;
6263
}
6364

6465
/**

0 commit comments

Comments
 (0)