Skip to content

Instantly share code, notes, and snippets.

View TheJotob's full-sized avatar

Joachim Eckerlin TheJotob

  • Freelancer
  • Hamburg
View GitHub Profile
@ErHaWeb
ErHaWeb / FixMmDuplicatesCommand.php
Last active October 29, 2025 15:41
Fix duplicates in TYPO3 MM tables
<?php
declare(strict_types=1);
namespace VendorName\Sitepackage\Command;
use Doctrine\DBAL\Exception;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;