Merge pull request #1002

This commit is contained in:
symfony-flex-server[bot]
2020-09-09 09:26:02 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
oka_pagination:
db_driver: orm
twig:
enabled: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\PaginationBundle\\OkaPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}