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 602f16d commit 0e26720Copy full SHA for 0e26720
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