From bd2b81666d4e54052a05616f62469c752e80ab6f Mon Sep 17 00:00:00 2001 From: Muhammad Fajar Date: Fri, 4 Nov 2022 10:15:41 +0700 Subject: [PATCH] create appointment model --- app/Models/Appointment.php | 25 +++++++++++++++++++++++++ app/Models/AppointmentParticipant.php | 18 ++++++++++++++++++ app/Models/AppointmentType.php | 11 +++++++++++ 3 files changed, 54 insertions(+) create mode 100644 app/Models/Appointment.php create mode 100644 app/Models/AppointmentParticipant.php create mode 100644 app/Models/AppointmentType.php diff --git a/app/Models/Appointment.php b/app/Models/Appointment.php new file mode 100644 index 00000000..8726344a --- /dev/null +++ b/app/Models/Appointment.php @@ -0,0 +1,25 @@ +