drop everything

This commit is contained in:
David Petrásek
2025-07-21 08:26:14 +02:00
parent 30479883ea
commit d4ecc6acca
3 changed files with 0 additions and 25 deletions
@@ -1,4 +0,0 @@
psys_order_invoice:
pdf_exporter:
engine: mpdf
template_path: invoice/oi_default.html.twig
@@ -1,13 +0,0 @@
{
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
},
"copy-from-recipe":
{
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
}
@@ -1,8 +0,0 @@
{
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
},
"copy-from-package": {
"templates/": "templates/"
}
}