Inconsistent comment inside the code
diogorolo opened this issue · 1 comments
diogorolo commented
In
, the comment is inconsistent.Maybe just remove the comments, since the code is self explanatory?
// Rate limit to 1 requests per minute
$throttler = Throttle::get($request, 5, 1);
vaurdan commented
Thanks for your help @diogorolo!