Commit 31120bcb authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Added feedback message when orm:ensure-production-settings is correctly configured.

parent 22fce635
...@@ -72,5 +72,7 @@ class EnsureProductionSettingsTask extends AbstractTask ...@@ -72,5 +72,7 @@ class EnsureProductionSettingsTask extends AbstractTask
{ {
$em = $this->getConfiguration()->getAttribute('em'); $em = $this->getConfiguration()->getAttribute('em');
$em->getConfiguration()->ensureProductionSettings(); $em->getConfiguration()->ensureProductionSettings();
$this->getPrinter()->writeln('Environment is correctly configured for production.');
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment