We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3033b41 commit 4275a52Copy full SHA for 4275a52
src/DataCollector/CacheCollector.php
@@ -44,7 +44,7 @@ class CacheCollector extends TimeDataCollector
44
45
public function __construct($requestStartTime, $collectValues)
46
{
47
- parent::__construct();
+ parent::__construct($requestStartTime);
48
49
$this->collectValues = $collectValues;
50
}
0 commit comments