1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

fix rename

This commit is contained in:
Damodar Lohani 2024-02-11 14:42:21 +05:45 committed by GitHub
parent eba03cb126
commit a8718bccb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,7 +252,7 @@ return [
'code' => 409
],
Exception::USER_DELETION_PROHIBITED => [
'name' => Exception::USER_DELETION_WITH_ACTIVE_TEAMS,
'name' => Exception::USER_DELETION_PROHIBITED,
'description' => 'User deletion is not allowed for users with active memberships. Please delete all confirmed memberships before deleting the account.',
'code' => 400
],