File manager - Edit - /home/autoph/public_html/projects/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 * @return void */ public function __construct(int $maxAttempts, int $decaySeconds = 60) { parent::__construct('', $maxAttempts, $decaySeconds); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings