Skip to content

Commit 0a0a968

Browse files
authored
Public search() method for Query (#565)
1 parent d1e916b commit 0a0a968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Query.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function generate_query(): string {
193193
* @throws ImapServerErrorException
194194
* @throws ResponseException
195195
*/
196-
protected function search(): Collection {
196+
public function search(): Collection {
197197
$this->generate_query();
198198

199199
try {

0 commit comments

Comments
 (0)