mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 05:01:06 -08:00
revert spacing
This commit is contained in:
parent
4a7df470f0
commit
abf13f1619
|
@ -599,12 +599,7 @@ class AssetsController extends Controller
|
|||
$target = Location::find(request('assigned_location'));
|
||||
}
|
||||
if (isset($target)) {
|
||||
$asset->checkOut($target,
|
||||
Auth::user(),
|
||||
date('Y-m-d H:i:s'),
|
||||
'',
|
||||
'Checked out on asset creation',
|
||||
e($request->get('name')));
|
||||
$asset->checkOut($target, Auth::user(), date('Y-m-d H:i:s'), '', 'Checked out on asset creation', e($request->get('name')));
|
||||
}
|
||||
|
||||
if ($asset->image) {
|
||||
|
|
Loading…
Reference in a new issue