Skip to content

Commit

Permalink
Fixed passing the correct parameters for the success function
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Sep 18, 2017
1 parent 39a9328 commit 6d8e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/License.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ final public function allocate($quantity, $add = false)
}
}

$this->success($remaining, $quantity);
$this->success($quantity);
}

/**
Expand Down

0 comments on commit 6d8e2bc

Please sign in to comment.