From c2cb09c2f3126a30995e44a040521d0a9611df00 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 18 Dec 2021 14:58:04 +0900 Subject: [PATCH] chore: disable Kint helper functions in composer To defint d() in system/Common.php --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 38ddfd6ef3c7..7c741d9f44d8 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,9 @@ "extra": { "branch-alias": { "dev-develop": "4.x-dev" + }, + "kint": { + "disable-helpers": true } }, "autoload": {