guillermo - code review changes again [skip ci]

This commit is contained in:
AntonyAntonio 2016-07-25 17:26:14 -03:00
parent 7497bd0d6c
commit 74f9d04824
3 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ class ERRORS {
const INVALID_CONTENT = 'Invalid content';
const INVALID_EMAIL = 'Invalid email';
const INVALID_PASSWORD = 'Invalid password';
const INVALID_NAME = 'Invalid name';
}