[2.0] Added feedback message when orm:ensure-production-settings is correctly configured.
This commit is contained in:
parent
22fce635c0
commit
31120bcb33
1 changed files with 2 additions and 0 deletions
|
@ -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.');
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue