Commit 753b09c0 authored by Eugene Leonovich's avatar Eugene Leonovich

Remove a port from default db options

parent ed8423b9
...@@ -33,7 +33,6 @@ class DoctrineServiceProvider implements ServiceProviderInterface ...@@ -33,7 +33,6 @@ class DoctrineServiceProvider implements ServiceProviderInterface
'host' => 'localhost', 'host' => 'localhost',
'user' => 'root', 'user' => 'root',
'password' => null, 'password' => null,
'port' => 3306,
); );
$app['dbs.options.initializer'] = $app->protect(function () use ($app) { $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