Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Remove a port from default db options
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jan 17, 2015
1 parent ed8423b commit 753b09c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Silex/Provider/DoctrineServiceProvider.php
Expand Up @@ -33,7 +33,6 @@ public function register(Application $app)
'host' => 'localhost',
'user' => 'root',
'password' => null,
'port' => 3306,
);

$app['dbs.options.initializer'] = $app->protect(function () use ($app) {
Expand Down

0 comments on commit 753b09c

Please sign in to comment.