Add sample custom error message.
This commit is contained in:
parent
a2574209b3
commit
36260876dd
|
@ -82,7 +82,11 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'custom' => array(),
|
'custom' => array(
|
||||||
|
'attribute-name' => array(
|
||||||
|
'rule-name' => 'custom-message',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue