Skip to content

Commit

Permalink
feat(ZMS-3213): add missing queueListArray initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabinatix97 committed Nov 5, 2024
1 parent 8fabf2d commit a958b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmsentities/src/Zmsentities/Collection/QueueList.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ public function withSelectedProcessFirst(\BO\Zmsentities\Process $process)

public function sortByCallTime(string $order)
{
$queueListArray = [];
foreach ($this as $entity) {
$queueListArray[] = $entity;
}
Expand Down

0 comments on commit a958b30

Please sign in to comment.