enhance css

This commit is contained in:
Ludovic CANDELLIER
2023-02-05 21:40:05 +01:00
parent b42ae14428
commit 12e5dbb721
21 changed files with 553 additions and 121 deletions

View File

@@ -42,4 +42,9 @@ class OrderController extends Controller
{
return Orders::delete($id);
}
public function download($id)
{
return Orders::download($id);
}
}