Loading src/Form/PopupOnLoadForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class PopupOnLoadForm extends ContentEntityForm { * {@inheritDoc} */ public function __construct(EntityRepositoryInterface $entity_repository, MessengerInterface $messenger, EntityTypeBundleInfoInterface $entity_type_bundle_info = NULL, TimeInterface $time = NULL) { parent::__construct($entity_repository, $entity_type_bundle_info, $time = NULL); parent::__construct($entity_repository, $entity_type_bundle_info, $time); $this->messenger = $messenger; } Loading Loading
src/Form/PopupOnLoadForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class PopupOnLoadForm extends ContentEntityForm { * {@inheritDoc} */ public function __construct(EntityRepositoryInterface $entity_repository, MessengerInterface $messenger, EntityTypeBundleInfoInterface $entity_type_bundle_info = NULL, TimeInterface $time = NULL) { parent::__construct($entity_repository, $entity_type_bundle_info, $time = NULL); parent::__construct($entity_repository, $entity_type_bundle_info, $time); $this->messenger = $messenger; } Loading