mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Removed extra linebreaks
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
67fe53e32a
commit
01a8701a8c
|
@ -639,13 +639,9 @@ class SettingsController extends Controller
|
|||
$asset->next_audit_date = $old_next_audit->modify($audit_diff_months.' month')->format('Y-m-d');
|
||||
$asset->forceSave();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
$alert_email = rtrim($request->input('alert_email'), ',');
|
||||
$alert_email = trim($alert_email);
|
||||
$admin_cc_email = rtrim($request->input('admin_cc_email'), ',');
|
||||
|
|
Loading…
Reference in a new issue