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