mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge branch 'develop'
This commit is contained in:
commit
b0973de1a6
|
@ -19,7 +19,7 @@ class SelectlistTransformer
|
||||||
|
|
||||||
public function transformSelectlist (LengthAwarePaginator $select_items)
|
public function transformSelectlist (LengthAwarePaginator $select_items)
|
||||||
{
|
{
|
||||||
|
$items_array=[];
|
||||||
|
|
||||||
// Loop through the paginated collection to set the array values
|
// Loop through the paginated collection to set the array values
|
||||||
foreach ($select_items as $select_item) {
|
foreach ($select_items as $select_item) {
|
||||||
|
|
Loading…
Reference in a new issue