We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb676d commit 7abd325Copy full SHA for 7abd325
src/Module/NetteDIModule.php
@@ -135,9 +135,8 @@ private function createContainer()
135
'wwwDir' => $this->path.($this->config['wwwDir'] ? '/'.$this->config['wwwDir'] : ''),
136
]);
137
138
+ $this->clearTempDir();
139
$tempDir = $this->path.'/'.$this->config['tempDir'];
- FileSystem::delete($tempDir);
140
- FileSystem::createDir($tempDir);
141
$configurator->setTempDirectory($tempDir);
142
143
if ($this->config['debugMode'] !== null) {
0 commit comments