Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - perfectans7

Pages: [1]
1
I Think There is Problem with FrameworkExtraBundle as error suggested error itself You should avoid it. Use Symfony\Component\Routing\Annotation\Route as like given below.

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
#❎ This is Given Error Dont Use Above

use Symfony\Component\Routing\Annotation\Route;
#✅ this will resolve your error
And now, your error will be solved.

REFF. https://perfectans.net/question/22/package-sensio-framework-extra-bundle-is-abandoned-you-should-avoid-using-it-use-symfony-instead

Pages: [1]