From 8dcf2752b54a4f6706c7dfffdaa8c5ccbb59f784 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Mon, 24 Jun 2024 16:12:31 +0200 Subject: [PATCH] add nl to allowed langs --- src/AnniversaryCalculator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnniversaryCalculator.php b/src/AnniversaryCalculator.php index ec172140..8399b250 100644 --- a/src/AnniversaryCalculator.php +++ b/src/AnniversaryCalculator.php @@ -11,7 +11,7 @@ class AnniversaryCalculator public const ALLOWED_ACCEPT_HEADERS = [ "application/json", "application/yaml", "application/xml", "text/html" ]; public const ALLOWED_REQUEST_CONTENT_TYPES = [ "application/json", "application/yaml", "application/x-www-form-urlencoded" ]; public const ALLOWED_REQUEST_METHODS = [ "GET", "POST", "OPTIONS" ]; - public const ALLOWED_LOCALES = [ "en", "it", "fr", "es", "de", "pt" ]; + public const ALLOWED_LOCALES = [ "en", "it", "fr", "es", "de", "pt", "nl" ]; public const RECURRING = [ "ALUMINUM",