From 2246f889544c66f4acfe8479f0df4f70857725be Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 10 Aug 2021 13:39:07 +0300 Subject: [PATCH] feat(endpoints): fix visibility of property statusCodeMessages --- src/flextype/core/Endpoints/Endpoints.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flextype/core/Endpoints/Endpoints.php b/src/flextype/core/Endpoints/Endpoints.php index a186b9d6..ed86cb9b 100644 --- a/src/flextype/core/Endpoints/Endpoints.php +++ b/src/flextype/core/Endpoints/Endpoints.php @@ -17,9 +17,9 @@ class Endpoints * Status code messages. * * @var array - * @access private + * @access public */ - private array $statusCodeMessages = [ + public array $statusCodeMessages = [ '400' => [ 'title' => 'Bad Request', 'message' => 'Validation for this particular item failed',