From 9b1b6fa6957519c54f862761267d8575b4372e67 Mon Sep 17 00:00:00 2001 From: Steeven Andrian Date: Sat, 11 May 2019 03:08:45 +0700 Subject: [PATCH] update binary visibility --- src/Encryptions/Binary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Encryptions/Binary.php b/src/Encryptions/Binary.php index 75e0f26..294bb01 100644 --- a/src/Encryptions/Binary.php +++ b/src/Encryptions/Binary.php @@ -235,7 +235,7 @@ public function decrypt($numbers) * * @return static */ - protected function setKey($key) + public function setKey($key) { $this->crypt->setKey($key);