From f2aff7518be55da0fd250e04a4bfc1bbbd5a3d0a Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 14:36:09 -0400 Subject: data model, query and storage works, frontend display basic last report --- app/Models/Currency.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/Models/Currency.php (limited to 'app/Models/Currency.php') diff --git a/app/Models/Currency.php b/app/Models/Currency.php new file mode 100644 index 0000000..f64bf15 --- /dev/null +++ b/app/Models/Currency.php @@ -0,0 +1,14 @@ +