Removed soft-delete query

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-09-05 16:10:20 +01:00
parent 26452a8a29
commit e486fe2794

View file

@ -161,7 +161,7 @@ class ActionlogsTransformer
{ $location = Location::withTrashed()->get();
$supplier = Supplier::withTrashed()->get();
$model = AssetModel::withTrashed()->get();
$company = Company::withTrashed()->get();
$company = Company::get();
if(array_key_exists('rtd_location_id',$clean_meta)) {