the $request argument is type-hinted with the non-existent class or interface: “App\Controller\Request”.

the $request argument is type-hinted with the non-existent class or interface: “App\Controller\Request”.
use Symfony\Component\HttpFoundation\Request;

Leave a Comment