Completed
Push — master ( 394e5b...f94bf1 )
by Mauro
02:27
created
src/Message/UserMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 //    const USER_NAME_NOT_FOUND = 'No se encontraron usuarios con ese nombre.';
12 12
 //    const USER_NAME_REQUIRED  = 'Ingrese el nombre del usuario.';
13 13
 //    const USER_INFO_REQUIRED  = 'Ingrese los datos a actualizar del usuario.';
14
-    const USER_DELETED        = 'El usuario fue eliminado correctamente.';
14
+    const USER_DELETED = 'El usuario fue eliminado correctamente.';
15 15
 //    const USER_NAME_INVALID   = 'El nombre ingresado es incorrecto.';
16 16
 //    const USER_EMAIL_INVALID  = 'El email ingresado es incorrecto.';
17 17
 }
Please login to merge, or discard this patch.