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 42bec87 commit e11c0e0Copy full SHA for e11c0e0
src/config/config.php
@@ -11,5 +11,5 @@
11
|
12
*/
13
14
- 'enabled' => true,
+ 'enabled' => env('SERVER_TIMING_ENABLED', true),
15
];
0 commit comments