Skip to content

Commit 66d42a2

Browse files
n0099Kocal
authored andcommitted
mv spatie/symfony-ignition-bundle/0.0/config/packages{,/dev}/ignition.yaml (symfony#1689)
* fix `There is no extension able to load the configuration for "ignition" (in "config/packages/ignition.yaml"). Looked for namespace "ignition", found "framework", "doctrine", "twig".` when under environments other than `dev` * fix symfony#1689 (review)
1 parent 596340d commit 66d42a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
ignition:
2-
dark_mode: false
1+
when@dev:
2+
ignition:
3+
dark_mode: false

0 commit comments

Comments
 (0)