Skip to content

Commit

Permalink
Fix(Phone): add missing Agent search option
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and trasher committed Sep 3, 2024
1 parent 5c08bc2 commit c2de1ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ public function rawSearchOptions()

$tab = array_merge($tab, Socket::rawSearchOptionsToAdd());

$tab = array_merge($tab, Agent::rawSearchOptionsToAdd());

return $tab;
}

Expand Down

0 comments on commit c2de1ef

Please sign in to comment.