Clean up function imports

This commit is contained in:
Alex Cabal 2024-01-31 10:28:22 -06:00
parent b5c6d5fe34
commit 2b47b65437
5 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ use function Safe\curl_init;
use function Safe\curl_setopt;
use function Safe\file_get_contents;
use function Safe\json_decode;
use function Safe\substr;
$log = new Log(POSTMARK_WEBHOOK_LOG_FILE_PATH);