Skip to content

Commit

Permalink
update binary visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven Andrian committed May 10, 2019
1 parent bf04597 commit 9b1b6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Encryptions/Binary.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function decrypt($numbers)
*
* @return static
*/
protected function setKey($key)
public function setKey($key)
{
$this->crypt->setKey($key);

Expand Down

0 comments on commit 9b1b6fa

Please sign in to comment.