Skip to content

Commit

Permalink
Fixing doctrine fixtures double loading issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul committed May 16, 2021
1 parent 367d2bd commit 601dc49
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 107 deletions.
5 changes: 0 additions & 5 deletions app/bundles/LeadBundle/Config/config.php
Expand Up @@ -1436,11 +1436,6 @@
'tag' => \Doctrine\Bundle\FixturesBundle\DependencyInjection\CompilerPass\FixturesCompilerPass::FIXTURE_TAG,
'arguments' => ['doctrine.orm.entity_manager', 'mautic.helper.core_parameters'],
],
'mautic.lead.fixture.contact_field' => [
'class' => \Mautic\LeadBundle\DataFixtures\ORM\LoadLeadFieldData::class,
'tag' => \Doctrine\Bundle\FixturesBundle\DependencyInjection\CompilerPass\FixturesCompilerPass::FIXTURE_TAG,
'arguments' => [],
],
'mautic.lead.fixture.segment' => [
'class' => \Mautic\LeadBundle\DataFixtures\ORM\LoadLeadListData::class,
'tag' => \Doctrine\Bundle\FixturesBundle\DependencyInjection\CompilerPass\FixturesCompilerPass::FIXTURE_TAG,
Expand Down
36 changes: 0 additions & 36 deletions app/bundles/LeadBundle/DataFixtures/ORM/LoadLeadFieldData.php

This file was deleted.

6 changes: 0 additions & 6 deletions app/bundles/ReportBundle/Config/config.php
Expand Up @@ -307,12 +307,6 @@
'tag' => 'console.command',
],
],
'fixtures' => [
'mautic.report.fixture.report' => [
'class' => \Mautic\ReportBundle\DataFixtures\ORM\LoadReportData::class,
'tag' => \Doctrine\Bundle\FixturesBundle\DependencyInjection\CompilerPass\FixturesCompilerPass::FIXTURE_TAG,
],
],
],

'parameters' => [
Expand Down
54 changes: 0 additions & 54 deletions app/bundles/ReportBundle/DataFixtures/ORM/LoadReportData.php

This file was deleted.

6 changes: 0 additions & 6 deletions app/bundles/ReportBundle/DataFixtures/ORM/fakereportdata.csv

This file was deleted.

0 comments on commit 601dc49

Please sign in to comment.