mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: initialize static::$cacheTTL
This commit is contained in:
parent
f19169d8fd
commit
9b5a12478c
@ -307,6 +307,8 @@ class CodeIgniter
|
||||
throw new LogicException('Context must be set before run() is called. If you are upgrading from 4.1.x, you need to merge `public/index.php` and `spark` file from `vendor/codeigniter4/framework`.');
|
||||
}
|
||||
|
||||
static::$cacheTTL = 0;
|
||||
|
||||
$this->startBenchmark();
|
||||
|
||||
$this->getRequestObject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user