Admin Workflow - API code refactor to fetch booking information

This commit is contained in:
Dillon Ngo
2025-01-03 19:40:00 +08:00
parent 44b7c7294b
commit abe1f3df2b
7 changed files with 228 additions and 79 deletions
@@ -19,7 +19,7 @@ class FetchBookingLogic extends AbstractControllerLogic
protected function notification():array {
return [
'title' => 'Retrieved Booking',
'message' => 'You have successfully retrieved a Address'
'message' => 'You have successfully retrieved a Booking'
];
}
@@ -58,4 +58,4 @@ class FetchBookingLogic extends AbstractControllerLogic
}
}
}