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 6067509 commit 1805f2cCopy full SHA for 1805f2c
.github/workflows/docs-configuration-reference.yml
@@ -52,7 +52,7 @@ jobs:
52
GITHUB_TOKEN: ${{ secrets.CARSONPROD_GITHUB_TOKEN }}
53
run: |
54
CURRENT_DIR=$(pwd)
55
- for item in "debug:DebugBundle" "doctrine:DoctrineBundle" "security:SecurityBundle" "twig:TwigBundle" "web_profiler:WebProfilerBundle"
+ for item in "debug:DebugBundle" "framework:FrameworkBundle" "security:SecurityBundle" "twig:TwigBundle" "web_profiler:WebProfilerBundle"
56
do
57
FILE=$(echo $item | cut -d ":" -f1)
58
BUNDLE=$(echo $item | cut -d ":" -f2)
0 commit comments