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 8437451 commit bb9d6e3Copy full SHA for bb9d6e3
src/Traits/HasGift.php
@@ -53,6 +53,7 @@ public function gift(Wallet $to, Product $product, bool $force = null): Transfer
53
{
54
/**
55
* Who's giving? Let's call him Santa Claus
56
+ * @var Wallet $santa
57
*/
58
$santa = $this;
59
0 commit comments