Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Update preferences validator
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Jul 5, 2016
1 parent 87fc48d commit 8fef277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Account/PreferencesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function post(Request $request)
{
$rules = [
'timezone' => 'required|timezone',
'pagination-items' => 'required|min:3|max:100|integer',
'pagination-items' => 'required|min:4|max:50|integer',
'email' => 'required|email|max:255|unique:users',
];

Expand Down

0 comments on commit 8fef277

Please sign in to comment.