Fix function imports

This commit is contained in:
Christopher Vagnetoft
2026-02-19 16:31:17 +01:00
parent 0d51703944
commit adc2a85f7e

View File

@@ -2,6 +2,10 @@
namespace LogDb\Client;
use function socket_close;
use function socket_create;
use function socket_sendto;
class LogDbClient
{