From 79463e782cf527c42845993a8fcf67bda2dd62ce Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 16 Apr 2025 14:32:54 +0200 Subject: [PATCH] composer: add hide.php --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4661b165..48dec807 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "inc/functions.php", "inc/functions/dice.php", "inc/functions/format.php", + "inc/functions/hide.php", "inc/functions/net.php", "inc/functions/num.php", "inc/functions/theme.php",