We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa9cf9 commit 7f9b78dCopy full SHA for 7f9b78d
docs/en/reference/portability.rst
@@ -53,7 +53,7 @@ Using the following code block in your initialization will:
53
use Doctrine\DBAL\ColumnCase;
54
use Doctrine\DBAL\Configuration;
55
use Doctrine\DBAL\Portability\Connection as PortableConnection;
56
- use Doctrine\DBAL\Portability\Middleware as PotableMiddleware;
+ use Doctrine\DBAL\Portability\Middleware as PortableMiddleware;
57
58
$configuration = new Configuration();
59
$configuration->setMiddlewares([
0 commit comments