cannot autowire argument $manager of "App\Controller\BlogController::createArticle()": it references interface "Doctrine\Persistence\ObjectManager" but no such service exists. code example
Example: Cannot autowire argument $manager of "App\Controller\AdController::create()": it references interface "Doctrine\Common\Persistence\ObjectManager" but no such service exists. Did you create a class that implements this interface?
EntityManagerInterface $entityManager