Refactored Databa config customizer so that it uses new structure

This commit is contained in:
Alejandro Celaya
2018-10-05 18:43:39 +02:00
parent 1b5081ae21
commit ebf2e459e8
5 changed files with 90 additions and 31 deletions

View File

@@ -146,7 +146,7 @@ class InstallCommand extends Command
$this->io->writeln(['<info>Custom configuration properly generated!</info>', '']);
// If current command is not update, generate database
if (! $this->isUpdate) {
if (! $this->isUpdate) {
$this->io->write('Initializing database...');
if (! $this->runPhpCommand(
'vendor/doctrine/orm/bin/doctrine.php orm:schema-tool:create',