added before and after date filters
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
@@ -59,6 +59,8 @@ return array(
|
||||
),
|
||||
"unique" => "The :attribute has already been taken.",
|
||||
"url" => "The :attribute format is invalid.",
|
||||
"before" => "The :attribute field must contain a date before :date.",
|
||||
"after" => "The :attribute field must contain a date after :date.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user