Issue #2642748 by shabirahmad: \Drupal\user\RegisterForm has unnecessary __construct

8.1.x
Nathaniel Catchpole 2016-01-01 10:24:58 +09:00
parent 314de72dca
commit 7a2970f7ac
1 changed files with 0 additions and 7 deletions

View File

@ -17,13 +17,6 @@ use Drupal\Core\Language\LanguageManagerInterface;
*/
class RegisterForm extends AccountForm {
/**
* {@inheritdoc}
*/
public function __construct(EntityManagerInterface $entity_manager, LanguageManagerInterface $language_manager, QueryFactory $entity_query) {
parent::__construct($entity_manager, $language_manager, $entity_query);
}
/**
* {@inheritdoc}
*/