From 4bcf09a306b1d378533fb3425f6e1d868e784dd4 Mon Sep 17 00:00:00 2001 From: Martin Klasson Date: Mon, 20 Nov 2023 20:18:46 +0100 Subject: [PATCH] Minor release, for workflow test. No code updates. --- wordpress-plugin-stena-websolutions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress-plugin-stena-websolutions.php b/wordpress-plugin-stena-websolutions.php index a36b901..daf2f0e 100644 --- a/wordpress-plugin-stena-websolutions.php +++ b/wordpress-plugin-stena-websolutions.php @@ -8,7 +8,7 @@ namespace SwsHelperPlugin; -require_once __DIR__ . '/classes/antispambot.php'; // Adjust the path as needed +require_once __DIR__ . '/classes/antispambot.php'; use SwsHelperPlugin\classes\AntiSpamBot;