Skip to content

Commit

Permalink
change method to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
greydnls committed Jun 18, 2016
1 parent 6177b9f commit 5c4595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function setEncrypter(EncrypterContract $crypt)
*
* @throws EncryptException
*/
public function getEncrypter()
protected function getEncrypter()
{
if (null === $this->crypt) {
throw new EncryptException('No encrypter set for Queue');
Expand Down

0 comments on commit 5c4595a

Please sign in to comment.