From c5860b20045c2c25b9c392408b6f81164b2fd25b Mon Sep 17 00:00:00 2001 From: Matt Young Date: Fri, 12 Jul 2024 12:01:09 -0500 Subject: [PATCH] Remove unneeded files --- app/Services/SeatingService.php | 24 ----------------------- app/Services/TabulationService.php | 31 ------------------------------ 2 files changed, 55 deletions(-) delete mode 100644 app/Services/SeatingService.php delete mode 100644 app/Services/TabulationService.php diff --git a/app/Services/SeatingService.php b/app/Services/SeatingService.php deleted file mode 100644 index 993adeb..0000000 --- a/app/Services/SeatingService.php +++ /dev/null @@ -1,24 +0,0 @@ -tabulationService = $tabulationService; - } - -} diff --git a/app/Services/TabulationService.php b/app/Services/TabulationService.php deleted file mode 100644 index 287c741..0000000 --- a/app/Services/TabulationService.php +++ /dev/null @@ -1,31 +0,0 @@ -auditionService = $auditionService; - $this->scoreService = $scoreService; - $this->entryService = $entryService; - } - -}