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 02ff081 commit 934c7f6Copy full SHA for 934c7f6
orm/caching.md
@@ -14,7 +14,7 @@ Drivers can be replaced or added using `LaravelDoctrine\ORM\Configuration\Cache\
14
15
```php
16
public function boot(CacheManager $cache) {
17
- $cache->extend('memcache' function(Application $app) {
+ $cache->extend('memcache', function(Application $app) {
18
$memcache = new \Memcache;
19
return new MemcacheCache($memcache);
20
});
0 commit comments