File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Cache/RateLimiting/GlobalLimit.php
Back
<?php namespace Illuminate\Cache\RateLimiting; class GlobalLimit extends Limit { /** * Create a new limit instance. * * @param int $maxAttempts * @param int $decaySeconds */ public function __construct(int $maxAttempts, int $decaySeconds = 60) { parent::__construct('', $maxAttempts, $decaySeconds); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings