Merge branch 'develop'
This commit is contained in:
commit
b0973de1a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue