Skip to content

v5.2.0

Compare
Choose a tag to compare
@clarkeash clarkeash released this 05 Jun 18:17
· 41 commits to master since this release
c373bc5

This release makes it easier to create an invite with unlimited redemptions.

Previously you would have to do this:

$invite = Doorman::generate()->uses(0)->once();

now you can do this:

$invite = Doorman::generate()->unlimited()->once();