From 687e8e078a6c72b79465ccf28ae2498d067f60e9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 30 Apr 2024 12:34:39 +0200 Subject: [PATCH] Add format.php to autoload --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b06ff6a1..0075d879 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "inc/lock.php", "inc/queue.php", "inc/functions.php", + "inc/functions/format.php", "inc/driver/http-driver.php", "inc/driver/log-driver.php", "inc/service/captcha-queries.php"