WIP Create thirdparty merge controller

This commit is contained in:
Julie Lenaerts 2025-02-04 18:37:30 +01:00
parent bcea6e0f90
commit f1307400d0

View File

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