Skip to content

Commit b0973de

Browse files
committed
Merge branch 'develop'
2 parents 14ca690 + fe06ef1 commit b0973de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Transformers/SelectlistTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SelectlistTransformer
1919

2020
public function transformSelectlist (LengthAwarePaginator $select_items)
2121
{
22-
22+
$items_array=[];
2323

2424
// Loop through the paginated collection to set the array values
2525
foreach ($select_items as $select_item) {

0 commit comments

Comments
 (0)