From 1b0467d070bc3879e8717dd759c1a4fb28abb073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Sun, 28 Oct 2018 18:36:53 +0100 Subject: [PATCH] No configuration for Drupal7 --- lib/Crypto/Drupal7.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/Crypto/Drupal7.php b/lib/Crypto/Drupal7.php index 567e342..85024f4 100644 --- a/lib/Crypto/Drupal7.php +++ b/lib/Crypto/Drupal7.php @@ -34,6 +34,14 @@ class Drupal7 extends Phpass */ const DRUPAL_HASH_LENGTH = 55; + /** + * @inheritdoc + */ + public function configuration() + { + return []; + } + /** * @inheritdoc */