Symfony\Component\ErrorHandler\Error\FatalError {#53 -error: array:4 [ "type" => 64 "message" => "Cannot use Symfony\Component\HttpFoundation\Response as Response because the name is already in use" "file" => "/var/www/src/Controller/Extranet/ExtranetFront/Page/ContactController.php" "line" => 28 ] }
use Symfony\Component\Mime\Email;use Symfony\Component\Mime\Part\DataPart;use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;use Symfony\Component\Routing\Annotation\Route;use Symfony\Component\Security\Http\Attribute\IsGranted;use Symfony\Component\HttpFoundation\Response;class ContactController extends GeneriqueController{ private $tool;|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Cannot use Symfony\Component\HttpFoundation\Response as Response because the name is already in use at /var/www/src/Controller/Extranet/ExtranetFront/Page/ContactController.php:28 |