Skip to content

Commit 1409078

Browse files
Merge pull request #29 from SebKay/patch-1
Fix missing single quote in file cache driver path
2 parents 9829036 + e87987d commit 1409078

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
@@ -367,7 +367,7 @@ You can also use caching inline without the use of scouts, be aware warming up t
367367
Discover::in(__DIR__)
368368
->withCache(
369369
'Some identifier',
370-
new FileDiscoverCacheDriver('/path/to/temp/directory);
370+
new FileDiscoverCacheDriver('/path/to/temp/directory')
371371
)
372372
->get();
373373
```

0 commit comments

Comments
 (0)