File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ See also `this blog article <https://blog.tomhanderson.com/2016/03/zf2-doctrine-
142
142
'doctrine' => [
143
143
'connection' => [
144
144
'orm_crawler' => [
145
- 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql \Driver::class,
145
+ 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL \Driver::class,
146
146
'eventmanager' => 'orm_crawler',
147
147
'configuration' => 'orm_crawler',
148
148
'params' => [
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Connection parameters can be defined in the application configuration:
65
65
'connection' => [
66
66
// default connection name
67
67
'orm_default' => [
68
- 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql \Driver::class,
68
+ 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL \Driver::class,
69
69
'params' => [
70
70
'host' => 'localhost',
71
71
'port' => '3306',
You can’t perform that action at this time.
0 commit comments