1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Remove extra ` tags

This commit is contained in:
Vincent (Wen Yu) Ge 2023-10-04 13:52:19 +00:00
parent a2c9c8b82e
commit c12999dc74

View file

@ -355,7 +355,7 @@ return [
],
Exception::STORAGE_BUCKET_ALREADY_EXISTS => [
'name' => Exception::STORAGE_BUCKET_ALREADY_EXISTS,
'description' => 'A storage bucket with the requested ID already exists. Try again with a different ID or use `ID.unique()` to generate a unique ID.',
'description' => 'A storage bucket with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.',
'code' => 409,
],
Exception::STORAGE_BUCKET_NOT_FOUND => [