guillermo - code review changes again [skip ci]

This commit is contained in:
AntonyAntonio 2016-07-25 14:36:29 -03:00
parent 1f39e4d845
commit 7497bd0d6c
3 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ class ERRORS {
const NO_PERMISSION = 'You have no permission to access';
const INVALID_TITLE = 'Invalid title';
const INVALID_CONTENT = 'Invalid content';
const INVALID_EMAIL = 'Invalid email';
const INVALID_PASSWORD = 'Invalid password';
}