platform/api/laravel/Cache/RateLimiting/GlobalLimit.yaml

23 lines
371 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: GlobalLimit
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: maxAttempts
- name: decaySeconds
default: '60'
comment: '# * Create a new limit instance.
# *
# * @param int $maxAttempts
# * @param int $decaySeconds
# * @return void'
traits: []
interfaces: []