From b4b75151fd8918f482260406a73010bc021b4fe9 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 6 May 2020 11:45:01 +0800 Subject: [PATCH] fix globals for Wappalyzer detection --- app/Listeners/SerializeGlobals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/SerializeGlobals.php b/app/Listeners/SerializeGlobals.php index aadbb7de..318c8fb3 100644 --- a/app/Listeners/SerializeGlobals.php +++ b/app/Listeners/SerializeGlobals.php @@ -17,6 +17,6 @@ class SerializeGlobals 'i18n' => new stdClass(), 'extra' => [], ]; - $event->addContent(''); + $event->addContent(''); } }