File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ public function loadConfiguration()
40
40
if (extension_loaded ('pdo_sqlite ' )) {
41
41
$ builder ->addDefinition ($ this ->prefix ('journal ' ))
42
42
->setType (Nette \Caching \Storages \IJournal::class)
43
- ->setFactory (Nette \Caching \Storages \SQLiteJournal::class, [$ this -> tempDir . '/cache /journal.s3db ' ]);
43
+ ->setFactory (Nette \Caching \Storages \SQLiteJournal::class, [$ dir . '/journal.s3db ' ]);
44
44
}
45
45
46
46
$ builder ->addDefinition ($ this ->prefix ('storage ' ))
47
47
->setType (Nette \Caching \IStorage::class)
48
- ->setFactory (Nette \Caching \Storages \FileStorage::class, [$ this -> tempDir . ' /cache ' ]);
48
+ ->setFactory (Nette \Caching \Storages \FileStorage::class, [$ dir ]);
49
49
50
50
if ($ this ->name === 'cache ' ) {
51
51
if (extension_loaded ('pdo_sqlite ' )) {
You can’t perform that action at this time.
0 commit comments