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 f7df426 commit a6f622dCopy full SHA for a6f622d
src/Bridges/ApplicationDI/PresenterFactoryCallback.php
@@ -44,6 +44,7 @@ public function __invoke(string $class): Nette\Application\IPresenter
44
45
} elseif (!$services) {
46
if ($this->touchToRefresh) {
47
+ Nette\Utils\FileSystem::createDir(dirname($this->touchToRefresh));
48
touch($this->touchToRefresh);
49
}
50
0 commit comments