We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2834ef9 commit 1877269Copy full SHA for 1877269
2 files changed
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