log-driver.php: autoload the logging dirver

This commit is contained in:
Zankaria 2024-04-04 09:56:59 +02:00
parent 28395d55e5
commit f05c290b67

View File

@ -34,6 +34,7 @@
"inc/queue.php", "inc/queue.php",
"inc/functions.php", "inc/functions.php",
"inc/driver/http-driver.php", "inc/driver/http-driver.php",
"inc/driver/log-driver.php",
"inc/service/captcha-queries.php" "inc/service/captcha-queries.php"
] ]
}, },