Verified Commit 07dd1f81 authored by godotislate's avatar godotislate
Browse files

task: #3606709 Remove superflous property from update MailHandler

By: znerol
(cherry picked from commit dfeb89a0)
parent 4fd5bf98
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

namespace Drupal\update;

use Drupal\Component\Datetime\TimeInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Language\LanguageManagerInterface;
use Drupal\Core\Session\AccountInterface;
@@ -20,7 +19,6 @@ class MailHandler {
  public function __construct(
    protected readonly EntityTypeManagerInterface $entityTypeManager,
    protected readonly LanguageManagerInterface $languageManager,
    protected readonly TimeInterface $time,
    /**
     * @var \Closure(): \Drupal\Core\Mail\MailManagerInterface
     */