Increase depreciation max
This commit is contained in:
parent
f56862c684
commit
29f1cf2b48
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Depreciation extends SnipeModel
|
|||
// Declare the rules for the form validation
|
||||
protected $rules = array(
|
||||
'name' => 'required|min:3|max:255|unique:depreciations,name',
|
||||
'months' => 'required|max:240|integer',
|
||||
'months' => 'required|max:3200|integer',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue