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-
142142 'doctrine' => [
143143 'connection' => [
144144 'orm_crawler' => [
145- 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql \Driver::class,
145+ 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL \Driver::class,
146146 'eventmanager' => 'orm_crawler',
147147 'configuration' => 'orm_crawler',
148148 'params' => [
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Connection parameters can be defined in the application configuration:
6565 'connection' => [
6666 // default connection name
6767 'orm_default' => [
68- 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql \Driver::class,
68+ 'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL \Driver::class,
6969 'params' => [
7070 'host' => 'localhost',
7171 'port' => '3306',
You can’t perform that action at this time.
0 commit comments