Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed May 12, 2016
1 parent 7d6dbb6 commit 75ec8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ $user->subscription('main')->decrementQuantity();

// Subtract five to the subscription's current quantity...
$user->subscription('main')->decrementQuantity(5);
```
Alternatively, you may set a specific quantity using the updateQuantity method:

```php
$user->subscription('main')->updateQuantity(10);
```

Expand Down

0 comments on commit 75ec8ad

Please sign in to comment.