Skip to content

Commit fb073f9

Browse files
committed
Update Nette dependencies
1 parent 7f337a4 commit fb073f9

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

composer.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DependencyInjection/Configurator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Nette\DI\Config\Loader;
66
use Nette\DI\ContainerLoader;
77

8-
class Configurator extends \Nette\Configurator
8+
class Configurator extends \Nette\Bootstrap\Configurator
99
{
1010

1111
private LoaderFactory $loaderFactory;
@@ -39,12 +39,12 @@ public function loadContainer(): string
3939
{
4040
$loader = new ContainerLoader(
4141
$this->getContainerCacheDirectory(),
42-
$this->parameters['debugMode']
42+
$this->staticParameters['debugMode']
4343
);
4444

4545
return $loader->load(
4646
[$this, 'generateContainer'],
47-
[$this->parameters, array_keys($this->dynamicParameters), $this->configs, PHP_VERSION_ID - PHP_RELEASE_VERSION, NeonAdapter::CACHE_KEY]
47+
[$this->staticParameters, array_keys($this->dynamicParameters), $this->configs, PHP_VERSION_ID - PHP_RELEASE_VERSION, NeonAdapter::CACHE_KEY]
4848
);
4949
}
5050

src/DependencyInjection/NeonAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class NeonAdapter implements Adapter
1515
{
1616

17-
public const CACHE_KEY = 'v13-remove-deprecated';
17+
public const CACHE_KEY = 'v14-update-nette';
1818

1919
private const PREVENT_MERGING_SUFFIX = '!';
2020

0 commit comments

Comments
 (0)