mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Set the items array variable for no results
This commit is contained in:
parent
2de0a3669e
commit
fe06ef10f1
|
@ -19,7 +19,7 @@ class SelectlistTransformer
|
|||
|
||||
public function transformSelectlist (LengthAwarePaginator $select_items)
|
||||
{
|
||||
|
||||
$items_array=[];
|
||||
|
||||
// Loop through the paginated collection to set the array values
|
||||
foreach ($select_items as $select_item) {
|
||||
|
|
Loading…
Reference in a new issue