Added output message to the 'build-model' command
This commit is contained in:
parent
b6c7948d5d
commit
da462aa337
1 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,9 @@ EOT
|
|||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->callPhing('om');
|
||||
}
|
||||
|
||||
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
|
||||
$output->writeln(sprintf('Built model classes for bundle "<info>%s</info>"', $schemaDetails['bundle']));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue