enhance css

This commit is contained in:
Ludovic CANDELLIER
2023-02-05 21:40:05 +01:00
parent 0123885e03
commit 32291dc44a
21 changed files with 553 additions and 121 deletions

View File

@@ -86,6 +86,12 @@ class Orders
return Order::destroy($id);
}
public static function download($id)
{
dump($id);
exit;
}
public static function getStatus($id)
{
return self::statuses()[$id] ?? false;