Add sample custom error message.

This commit is contained in:
Taylor Otwell 2014-02-28 14:58:02 -06:00
parent a2574209b3
commit 36260876dd
1 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,11 @@
|
*/
'custom' => array(),
'custom' => array(
'attribute-name' => array(
'rule-name' => 'custom-message',
),
),
/*
|--------------------------------------------------------------------------