Removed command headers, fixed naming
This commit is contained in:
parent
a99af5fffc
commit
590787d2b6
12 changed files with 21 additions and 34 deletions
|
|
@ -41,8 +41,6 @@ class DatabaseCreateCommand extends AbstractCommand
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->writeSection($output, '[Propel] You are running the command: propel:database:create');
|
||||
|
||||
list($name, $config) = $this->getConnection($input, $output);
|
||||
$dbName = $this->parseDbName($config['connection']['dsn']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue