mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removes commented code
This commit is contained in:
parent
e56628499c
commit
0eb50ceb3d
|
@ -707,7 +707,7 @@ class Helper
|
||||||
$all_count++;
|
$all_count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// dd($asset_models);
|
|
||||||
foreach ($asset_models as $asset_model){
|
foreach ($asset_models as $asset_model){
|
||||||
|
|
||||||
$asset = new Asset();
|
$asset = new Asset();
|
||||||
|
|
|
@ -121,9 +121,7 @@ class ActionlogsTransformer
|
||||||
'log_meta' => ((isset($clean_meta)) && (is_array($clean_meta))) ? $clean_meta: null,
|
'log_meta' => ((isset($clean_meta)) && (is_array($clean_meta))) ? $clean_meta: null,
|
||||||
'action_date' => ($actionlog->action_date) ? Helper::getFormattedDateObject($actionlog->action_date, 'datetime'): Helper::getFormattedDateObject($actionlog->created_at, 'datetime'),
|
'action_date' => ($actionlog->action_date) ? Helper::getFormattedDateObject($actionlog->action_date, 'datetime'): Helper::getFormattedDateObject($actionlog->created_at, 'datetime'),
|
||||||
];
|
];
|
||||||
//\Log::info("Clean Meta is: ".print_r($clean_meta,true));
|
|
||||||
|
|
||||||
//dd($array);
|
|
||||||
return $array;
|
return $array;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue