Skip to content

Commit

Permalink
Configurator: added nette/assets to DIC
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 14, 2024
1 parent 4876d25 commit 91d0843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bootstrap/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Configurator

public array $defaultExtensions = [
'application' => [Nette\Bridges\ApplicationDI\ApplicationExtension::class, ['%debugMode%', ['%appDir%'], '%tempDir%/cache/nette.application']],
'assets' => Nette\Bridges\Assets\DIExtension::class,

Check failure on line 36 in src/Bootstrap/Configurator.php

View workflow job for this annotation

GitHub Actions / PHPStan

Class Nette\Bridges\Assets\DIExtension not found.
'cache' => [Nette\Bridges\CacheDI\CacheExtension::class, ['%tempDir%/cache']],
'constants' => Extensions\ConstantsExtension::class,
'database' => [Nette\Bridges\DatabaseDI\DatabaseExtension::class, ['%debugMode%']],
Expand Down

0 comments on commit 91d0843

Please sign in to comment.