Skip to content

Commit

Permalink
fix: remove usage of not existing method
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Sep 14, 2023
1 parent bbae2c2 commit 1fa07db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controller/Api/MailArchiveController.php
Expand Up @@ -207,8 +207,6 @@ private function enrichFromDatabase(MailArchiveEntity $mailArchive, Email $email

$email->html($mailArchive->getHtmlText());
$email->text($mailArchive->getPlainText());

$this->emlFileManager->migrateMailToFilesystem([$mailArchive->getId()]);
}

private function getHeaderValue(IHeader $header): string|array|null|\DateTimeImmutable
Expand Down

0 comments on commit 1fa07db

Please sign in to comment.