From cb9cbddce34a6a1c88959ca4cb6cfabbc07cc616 Mon Sep 17 00:00:00 2001 From: Vladimir Bryzgalov Date: Tue, 12 May 2026 17:40:58 +0500 Subject: [PATCH] chore(wpmc S2): remove unused Brain\Monkey\Actions import --- tests/TaxonomyTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TaxonomyTest.php b/tests/TaxonomyTest.php index 6a072f7..67984fc 100644 --- a/tests/TaxonomyTest.php +++ b/tests/TaxonomyTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace WPMultiCity\Tests; -use Brain\Monkey\Actions; use WPMultiCity\Taxonomy; final class TaxonomyTest extends TestCase