Skip to content

Commit 415ab5a

Browse files
committed
x
1 parent 34447ec commit 415ab5a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"require-dev": {
2727
"nette/application": "^3.1",
28-
"nette/assets": "^1.0",
2928
"nette/caching": "^3.0",
3029
"nette/database": "^3.0",
3130
"nette/forms": "^3.0",

src/Bootstrap/Configurator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ public function generateContainer(DI\Compiler $compiler): void
308308
$loader = $this->createLoader();
309309
$loader->setParameters($this->staticParameters);
310310

311-
// Defaults FIRST — overridable by user configs (e.g. wwwDir: %rootDir%/www in common.neon)
312311
$compiler->addConfig(['parameters' => DI\Helpers::escape($this->defaultParameters)]);
313312

314313
foreach ($this->configs as $config) {

0 commit comments

Comments
 (0)