api/laravel/Cache/RateLimiting/GlobalLimit.yaml
2024-09-26 02:03:21 -07:00

22 lines
371 B
YAML

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: []