From 5bb1202def16d3f005ee069294dc21e8c5bb2d78 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 30 Apr 2024 12:48:02 +0200 Subject: [PATCH] Add num.php to autoloader --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0075d879..a61b6ce7 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "inc/lock.php", "inc/queue.php", "inc/functions.php", + "inc/functions/num.php", "inc/functions/format.php", "inc/driver/http-driver.php", "inc/driver/log-driver.php",