v5.2.0
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();
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();