Skip to content

Commit

Permalink
var_dumpの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-eunsoo authored Oct 19, 2023
1 parent ddd9324 commit e740284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eccube_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ function createDatabase(array $connectionParams)

$config = new \Doctrine\DBAL\Configuration();
$conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, $config);
var_dump($connectionParams);
$sm = $conn->getSchemaManager();
out('Created database connection...', 'info');

Expand Down

0 comments on commit e740284

Please sign in to comment.