Skip to content

Commit 2fa2af9

Browse files
committed
Fixing typo in code sample
1 parent 105217c commit 2fa2af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ with Doctrine Cache. You simply have to pass a Doctrine Cache instance has the s
191191

192192
```php
193193
use Mouf\Database\MagicQuery;
194-
use Doctrine\Common\Cache\ApcCache();
194+
use Doctrine\Common\Cache\ApcCache;
195195

196196
// $conn is a Doctrine connection
197197
$magicQuery = new MagicQuery($conn, new ApcCache());

0 commit comments

Comments
 (0)