We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c496071 commit a8ca038Copy full SHA for a8ca038
1 file changed
src/Exporter.php
@@ -42,10 +42,6 @@ public function export(Project $project) {
42
/** @var array $cmdOptions */
43
$cmdOptions = $project->get('cmd_options');
44
45
- // 1. Create env record if none found for current environment
46
- // $environment = new Environment();
47
- // $environment->name = $cmdOptions['env'];
48
-
49
if (! $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['name' => $cmdOptions['env']])) {
50
$environment = new Environment();
51
$environment->setName($cmdOptions['env']);
0 commit comments