Update Status Codes

This commit is contained in:
Bradley Schofield
2023-10-16 11:57:17 +01:00
parent 5274f1234b
commit 23a1da58fb
+1 -1
View File
@@ -731,6 +731,6 @@ return [
Exception::MIGRATION_PROVIDER_ERROR => [
'name' => Exception::MIGRATION_PROVIDER_ERROR,
'description' => 'An error occurred on the provider\'s side. Please try again later.',
'code' => 424,
'code' => 400,
],
];