Make PropelBundle available for Symfony 3.X
- Updated composer.json dependency - Replaced deprecated dialog helper with question helper - propel.html.twig - Use render function not render tag - Replaced ContainerAware with ContainerAwareTrait
This commit is contained in:
parent
fab7981630
commit
ca13ff5195
7 changed files with 43 additions and 27 deletions
|
|
@ -69,7 +69,7 @@ class TableDropCommand extends ContainerAwareCommand
|
|||
'bg=red;fg=white'
|
||||
);
|
||||
|
||||
if (false === $this->askConfirmation($output, 'Are you sure ? (y/n) ', false)) {
|
||||
if (false === $this->askConfirmation($input, $output, 'Are you sure ? (y/n) ', false)) {
|
||||
$output->writeln('<info>Aborted, nice decision !</info>');
|
||||
|
||||
return -2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue