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 * @param array $clean_meta
* @return array * @return array
*/ */
public function changedInfo(array $clean_meta) public function changedInfo(array $clean_meta) {
{ $location = Location::withTrashed()->all();
$company = Company::withTrashed()->all(); $location = Location::withTrashed()->get();
$supplier = Supplier::withTrashed()->all(); $company = Company::withTrashed()->get();
$supplier = Supplier::withTrashed()->get();
$model = AssetModel::withTrashed()->get(); $model = AssetModel::withTrashed()->get();