mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
fixes conflicts
This commit is contained in:
parent
ce60db009c
commit
0fc79ec936
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue