Skip to content

Commit be12214

Browse files
KacerCZf3l1x
authored andcommitted
Use single method for tempDir name
1 parent c29e761 commit be12214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module/NetteDIModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function createContainer(): void
135135
]);
136136

137137
$this->clearTempDir();
138-
$tempDir = $this->path . '/' . $this->config['tempDir'];
138+
$tempDir = $this->getTempDir();
139139
$configurator->setTempDirectory($tempDir);
140140

141141
if ($this->config['debugMode'] !== null) {

0 commit comments

Comments
 (0)