1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Fix code in exception

This commit is contained in:
Matej Baco 2022-04-20 10:10:39 +02:00
parent 4110709874
commit 6141080449

View file

@ -81,7 +81,7 @@ return [
Exception::GENERAL_METHOD_UNSUPPORTED => [
'name' => Exception::GENERAL_METHOD_UNSUPPORTED,
'description' => 'The HTTP method is unsupported by the current protocol or resource.',
'code' => 500,
'code' => 405,
],
/** User Errors */