Update app/config/errors.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Jake Barnby
2022-08-14 17:06:48 +12:00
committed by GitHub
parent 70758927cd
commit 89dd4be9f1
+1 -1
View File
@@ -90,7 +90,7 @@ return [
],
Exception::GENERAL_PERMISSION_INVALID => [
'name' => Exception::GENERAL_PERMISSION_INVALID,
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a create permission.',
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a `create` permission.',
'code' => 400,
],