mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Removed stored_eula_file from controller
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8706b6d8a9
commit
266a9e5328
|
@ -52,7 +52,6 @@ class ReportsController extends Controller
|
|||
'accept_signature',
|
||||
'action_type',
|
||||
'note',
|
||||
'stored_eula_file',
|
||||
];
|
||||
|
||||
$sort = in_array($request->input('sort'), $allowed_columns) ? e($request->input('sort')) : 'created_at';
|
||||
|
|
Loading…
Reference in a new issue