Skip to content

Commit e8d9c78

Browse files
committed
Changed connect visibility
1 parent 501d9a3 commit e8d9c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/QlessQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ protected function makePayload(string $job, $data, $options = []): string
236236
/**
237237
* @return Client
238238
*/
239-
private function getConnection(): Client
239+
public function getConnection(): Client
240240
{
241241
return $this->connect;
242242
}

0 commit comments

Comments
 (0)