PartKeepr\CoreBundle\DoctrineMigrations\BaseMigration::getEM PHP Method

getEM() protected method

protected getEM ( ) : EntityManager
return Doctrine\ORM\EntityManager
    protected function getEM()
    {
        return $this->container->get('doctrine')->getManager();
    }