Merge branch 'develop'

This commit is contained in:
snipe 2017-11-04 01:24:23 -07:00
commit b0973de1a6

View file

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