mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 17:43:54 +00:00
replace more doctrine shortcuts by fqdn
This commit is contained in:
@@ -72,7 +72,7 @@ class Version20150622233319 extends AbstractMigration implements ContainerAwareI
|
||||
|
||||
//add a default scope
|
||||
$scopes = $this->container->get('doctrine.orm.default_entity_manager')
|
||||
->getRepository('ChillMainBundle:Scope')
|
||||
->getRepository(\Chill\MainBundle\Entity\Scope::class)
|
||||
->findAll();
|
||||
|
||||
if (count($scopes) > 0) {
|
||||
|
Reference in New Issue
Block a user