mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
setup
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
return [
|
||||
'invalid_app_key' => 'INVALID_APP_KEY',
|
||||
'exist_error' => 'EXIST_ERROR',
|
||||
'unique_error' => 'UNIQUE_ERRO',
|
||||
'img_error' => 'IMG_ERROR',
|
||||
'login_error' => 'LOGIN_ERROR',
|
||||
'pending_error' => 'LOGIN_PENDING_ERROR',
|
||||
'required' => 'REQUIRED',
|
||||
'required_if' => 'REQUIRED',
|
||||
'email' => 'EMAIL_ERROR',
|
||||
'unique' => 'UNIQUE_ERRO',
|
||||
'confirmed' => 'CONFIRM_ERROR',
|
||||
'min' => [
|
||||
'string' => 'MIN_ERROR_:min',
|
||||
],
|
||||
'numeric' => 'NUMERIC_ERROR',
|
||||
'gt' => [
|
||||
'numeric' => 'GREATER_ERROR_:value'
|
||||
],
|
||||
'lt' => [
|
||||
'numeric' => 'LESS_ERROR_:value'
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user