1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

feat(endpoints): fix visibility of property statusCodeMessages

This commit is contained in:
Awilum
2021-08-10 13:39:07 +03:00
parent a4a74b93a1
commit 2246f88954

View File

@@ -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',