Skip to content

Instantly share code, notes, and snippets.

View TheJotob's full-sized avatar

Joachim Eckerlin TheJotob

View GitHub Profile
@ErHaWeb
ErHaWeb / FixMmDuplicatesCommand.php
Last active June 14, 2025 09:38
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;