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

fix semi-colons

This commit is contained in:
Torsten Dittmann 2021-10-05 22:37:17 +02:00
parent c774ea849c
commit 895da9dbef

View file

@ -724,8 +724,8 @@ App::delete('/v1/users/:userId')
$user
->setAttribute("name", null)
->setAttribute("email", null);
->setAttribute("password", null);
->setAttribute("email", null)
->setAttribute("password", null)
->setAttribute("deleted", true)
;