D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Cache
/
RateLimiting
/
Filename :
Unlimited.php
back
Copy
<?php namespace Illuminate\Cache\RateLimiting; class Unlimited extends GlobalLimit { /** * Create a new limit instance. * * @return void */ public function __construct() { parent::__construct(PHP_INT_MAX); } }