Skip to content

Commit

Permalink
Use single method for tempDir name
Browse files Browse the repository at this point in the history
  • Loading branch information
KacerCZ authored and f3l1x committed Feb 9, 2020
1 parent c29e761 commit be12214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/NetteDIModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function createContainer(): void
]);

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

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

0 comments on commit be12214

Please sign in to comment.