From a7a0bc7374b9794d67fc83a67a3b63a16e40f26c Mon Sep 17 00:00:00 2001 From: Edmond Teh Date: Thu, 3 Sep 2020 12:42:58 +0800 Subject: [PATCH] Model for InvoiceDetails --- app/InvoiceDetails.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/InvoiceDetails.php diff --git a/app/InvoiceDetails.php b/app/InvoiceDetails.php new file mode 100644 index 00000000..bea6a81a --- /dev/null +++ b/app/InvoiceDetails.php @@ -0,0 +1,14 @@ +belongsTo('App/Invoice'); + } +}