Set the items array variable for no results

This commit is contained in:
snipe 2017-11-04 01:23:50 -07:00
parent 2de0a3669e
commit fe06ef10f1

View file

@ -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) {