Update app/config/errors.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
ArnabChatterjee20k
2025-09-03 17:50:38 +05:30
committed by GitHub
co-authored by Jake Barnby
parent a8bbac4800
commit 28b0d95d05
+1 -1
View File
@@ -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,
],