From 28b0d95d05b930d2b0d0f4c54145ef3f30786ed0 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k <83803257+ArnabChatterjee20k@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:50:38 +0530 Subject: [PATCH] Update app/config/errors.php Co-authored-by: Jake Barnby --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index a54eedf3c9..e179a1a838 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -844,7 +844,7 @@ return [ Exception::ATTRIBUTE_TYPE_NOT_SUPPORTED => [ 'name' => Exception::ATTRIBUTE_TYPE_NOT_SUPPORTED, - 'description' => "Attribute type not supported by the adapter.", + 'description' => 'Attribute type is not supported.', 'code' => 400, ],