No configuration for Drupal7

This commit is contained in:
Marcin Łojewski
2018-10-28 18:36:53 +01:00
parent 61cfe76fe5
commit 1b0467d070

View File

@@ -34,6 +34,14 @@ class Drupal7 extends Phpass
*/
const DRUPAL_HASH_LENGTH = 55;
/**
* @inheritdoc
*/
public function configuration()
{
return [];
}
/**
* @inheritdoc
*/