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 105217c commit 2fa2af9Copy full SHA for 2fa2af9
README.md
@@ -191,7 +191,7 @@ with Doctrine Cache. You simply have to pass a Doctrine Cache instance has the s
191
192
```php
193
use Mouf\Database\MagicQuery;
194
-use Doctrine\Common\Cache\ApcCache();
+use Doctrine\Common\Cache\ApcCache;
195
196
// $conn is a Doctrine connection
197
$magicQuery = new MagicQuery($conn, new ApcCache());
0 commit comments