Skip to content

Commit

Permalink
Merge pull request #10589 from e2palmes/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Mar 22, 2023
2 parents a50a611 + 9ec697d commit da9b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ step:
$connection = DriverManager::getConnection([
'driver' => 'pdo_sqlite',
'path' => __DIR__ . '/db.sqlite',
], $config)
], $config);
// obtaining the entity manager
$entityManager = new EntityManager($connection, $config);
Expand Down

0 comments on commit da9b9de

Please sign in to comment.