Skip to content

Typo in user guide documentation #717

Closed
@ch-feedbackpeople

Description

@ch-feedbackpeople

I smashed my brain why the example given in the user guide under "Connection settings" didn't work in my environment, I always got a "driver class could not be found" exception. After an hour of debugging it turns out just to be a typo.

'driverClass' => \Doctrine\DBAL\Driver\PDO\MySql\Driver::class,

should be

'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL\Driver::class,

"MySQL" instead of "MySql"

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions