Commit 939236ba authored by Larisse Amorim's avatar Larisse Amorim Committed by Ilcho Vuchkov
Browse files

Issue #3226737 by larisse, visabhishek, vuil: Error while adding popup_onload

parent 0f695a05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }