Add sample custom error message.

This commit is contained in:
Taylor Otwell
2014-02-28 14:58:02 -06:00
parent a2574209b3
commit 36260876dd

View File

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