Skip to content

Commit 934c7f6

Browse files
Alexeigan
authored andcommitted
Added missing comma
1 parent 02ff081 commit 934c7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Drivers can be replaced or added using `LaravelDoctrine\ORM\Configuration\Cache\
1414

1515
```php
1616
public function boot(CacheManager $cache) {
17-
$cache->extend('memcache' function(Application $app) {
17+
$cache->extend('memcache', function(Application $app) {
1818
$memcache = new \Memcache;
1919
return new MemcacheCache($memcache);
2020
});

0 commit comments

Comments
 (0)