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('');
}
}