mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed variable for transformer
This commit is contained in:
parent
ebe3f58805
commit
afacee90ae
|
@ -46,8 +46,8 @@ class AssetsTransformer
|
|||
return $array;
|
||||
}
|
||||
|
||||
public function transformAssetsDatatable($users) {
|
||||
return (new DatatablesTransformer)->transformDatatables($users);
|
||||
public function transformAssetsDatatable($assets) {
|
||||
return (new DatatablesTransformer)->transformDatatables($assets);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue