WIP Create thirdparty merge controller

This commit is contained in:
Julie Lenaerts 2025-02-04 18:37:30 +01:00
parent ebfdc57fcf
commit 3b3659f13f

View File

@ -0,0 +1,10 @@
<?php
namespace Chill\ThirdPartyBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
class ThirdpartyDuplicateController extends AbstractController
{
}