chore: code reorganization

This commit is contained in:
2025-07-11 19:05:50 -05:00
parent 592e02484e
commit 41114446d0
13 changed files with 16 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Base\Framework\Controller;
use App\Base\Util\Broadcaster;
use App\Base\Service\Broadcaster;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;