Fix erroneous paths.

This commit is contained in:
Pol Dellaiera
2020-06-28 10:12:02 +02:00
parent 7b0a09314e
commit 5f953389b0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
"EcPhp\\CasBundle\\CasBundle": ["all"]
},
"copy-from-package": {
"Resources/": "%CONFIG_DIR%/"
"Resources/config/": "%CONFIG_DIR%/"
}
}
+1 -1
View File
@@ -3,6 +3,6 @@
"EcPhp\\CasBundle\\CasBundle": ["all"]
},
"copy-from-package": {
"Resources/": "%CONFIG_DIR%/"
"Resources/config/": "%CONFIG_DIR%/"
}
}
+1 -1
View File
@@ -3,6 +3,6 @@
"EcPhp\\EuLoginBundle\\EuLoginBundle": ["all"]
},
"copy-from-package": {
"Resources/": "%CONFIG_DIR%/"
"Resources/config/": "%CONFIG_DIR%/"
}
}
+1 -1
View File
@@ -3,6 +3,6 @@
"EcPhp\\EuLoginBundle\\EuLoginBundle": ["all"]
},
"copy-from-package": {
"Resources/": "%CONFIG_DIR%/"
"Resources/config/": "%CONFIG_DIR%/"
}
}