From 75e3680ddc9ed31801d4ef5bd0d19d6dff71bad3 Mon Sep 17 00:00:00 2001 From: joost de keijzer Date: Fri, 3 Nov 2023 10:15:31 +0100 Subject: [PATCH] PHPv82 support Prevents deprecation notice about dynamic properties. --- acf-country.php | 1 + 1 file changed, 1 insertion(+) diff --git a/acf-country.php b/acf-country.php index 215f9c6..8c9c566 100644 --- a/acf-country.php +++ b/acf-country.php @@ -25,6 +25,7 @@ * Field Loader */ class FieldLoader { + public $settings = []; /** * Constructor