fixes conflicts

This commit is contained in:
Godfrey M 2023-08-23 00:40:59 -07:00
parent ce60db009c
commit 0fc79ec936

View file

@ -151,10 +151,11 @@ class ActionlogsTransformer
* @param array $clean_meta
* @return array
*/
public function changedInfo(array $clean_meta)
{ $location = Location::withTrashed()->all();
$company = Company::withTrashed()->all();
$supplier = Supplier::withTrashed()->all();
public function changedInfo(array $clean_meta) {
$location = Location::withTrashed()->get();
$company = Company::withTrashed()->get();
$supplier = Supplier::withTrashed()->get();
$model = AssetModel::withTrashed()->get();