Skip to content

Commit db2fc2e

Browse files
committed
change visibility
1 parent 74ca7e8 commit db2fc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/IronQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function createPayload($job, $data = '', $queue = null)
208208
* @param string $body
209209
* @return string
210210
*/
211-
protected function parseJobBody($body)
211+
public function parseJobBody($body)
212212
{
213213
return $this->shouldEncrypt ? $this->crypt->decrypt($body) : $body;
214214
}

0 commit comments

Comments
 (0)