We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783a875 commit 6a237d2Copy full SHA for 6a237d2
1 file changed
integrations/query-monitor/boot.php
@@ -39,9 +39,7 @@
39
}
40
41
if ( 'cli' === php_sapi_name() && ! defined( 'QM_TESTS' ) ) {
42
- if ( ! defined( 'QM_RUN_IN_CLI' ) || ! QM_RUN_IN_CLI ) {
43
- return;
44
- }
+ return;
45
46
47
if ( defined( 'DOING_CRON' ) && DOING_CRON ) {
0 commit comments