removed enabled column from reports
This commit is contained in:
@ -22,7 +22,6 @@ class Report extends FormRequest
|
||||
'period' => 'required|string',
|
||||
'basis' => 'required|string',
|
||||
'chart' => 'required|string',
|
||||
'enabled' => 'integer|boolean',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user