Follow bundle rename

This commit is contained in:
endroid
2018-01-03 20:52:47 +00:00
parent 72b942fada
commit 48cfb6f4d9
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,6 @@
endroid_qr_code:
writer: 'png'
size: 300
margin: 10
error_correction_level: 'low'
validate_result: false
@@ -0,0 +1,3 @@
endroid_qr_code:
resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml"
prefix: /qr-code
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Endroid\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}