79512638

Date: 2025-03-16 13:52:27
Score: 0.5
Natty:
Report link

Please try to namespace your controller, as sometimes this can be the issue
(depending on your controller's location).
Add this:

namespace App\Controller;
<?php

namespace App\Controller;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;

class HomeController{
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prerana