From adc2a85f7ea387fba5ce21596d28e03e941e2316 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Thu, 19 Feb 2026 16:31:17 +0100 Subject: [PATCH] Fix function imports --- src/LogDbClient.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/LogDbClient.php b/src/LogDbClient.php index daafa83..b0801c5 100644 --- a/src/LogDbClient.php +++ b/src/LogDbClient.php @@ -2,6 +2,10 @@ namespace LogDb\Client; +use function socket_close; +use function socket_create; +use function socket_sendto; + class LogDbClient {