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.
2 parents 6b0531b + 1877269 commit 05cdc29Copy full SHA for 05cdc29
system/ThirdParty/Kint/Utils.php
@@ -150,6 +150,10 @@ public static function composerGetExtras(string $key = 'kint'): array
150
*/
151
public static function composerSkipFlags(): void
152
{
153
+ if (\defined('KINT_SKIP_FACADE') && \defined('KINT_SKIP_HELPERS')) {
154
+ return;
155
+ }
156
+
157
$extras = self::composerGetExtras();
158
159
if (!empty($extras['disable-facade']) && !\defined('KINT_SKIP_FACADE')) {
0 commit comments