guillermo - code review changes again [skip ci]
This commit is contained in:
parent
7497bd0d6c
commit
74f9d04824
|
@ -7,4 +7,5 @@ class ERRORS {
|
||||||
const INVALID_CONTENT = 'Invalid content';
|
const INVALID_CONTENT = 'Invalid content';
|
||||||
const INVALID_EMAIL = 'Invalid email';
|
const INVALID_EMAIL = 'Invalid email';
|
||||||
const INVALID_PASSWORD = 'Invalid password';
|
const INVALID_PASSWORD = 'Invalid password';
|
||||||
|
const INVALID_NAME = 'Invalid name';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue