Commit a6ff46de authored by Fabien Potencier's avatar Fabien Potencier

bug #1095 Remove a port from the default db options (rybakit)

This PR was merged into the 1.2 branch.

Discussion
----------

Remove a port from the default db options

See https://github.com/silexphp/Silex-Providers/commit/d0f1432d395d5be4d716d3c2c23fd297b815bb4f#commitcomment-9229361

Commits
-------

753b09c0 Remove a port from default db options
parents 4da3b8c1 753b09c0
......@@ -33,7 +33,6 @@ class DoctrineServiceProvider implements ServiceProviderInterface
'host' => 'localhost',
'user' => 'root',
'password' => null,
'port' => 3306,
);
$app['dbs.options.initializer'] = $app->protect(function () use ($app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment