This commit is contained in:
2025-07-31 08:04:11 +02:00
parent 327e382694
commit f467b867da
10 changed files with 48 additions and 382 deletions

View File

@ -6,7 +6,7 @@ use App\Entity\Project;
use App\Entity\User;
use App\Form\ProjectType;
use App\Repository\ProjectRepository;
use App\Service\FileService;
use Bnine\FilesBundle\Service\FileService;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;