diff --git a/Encryptors/EncryptorInterface.php b/Encryptors/EncryptorInterface.php index 0ba0c013..84b9dca7 100755 --- a/Encryptors/EncryptorInterface.php +++ b/Encryptors/EncryptorInterface.php @@ -9,12 +9,6 @@ */ interface EncryptorInterface { - - /** - * @param string $keyFile Path where to find and store the keyfile - */ - public function __construct(string $keyFile); - /** * @param string $data Plain text to encrypt * @return string Encrypted text