diff --git a/app/Services/SeatingService.php b/app/Services/SeatingService.php index 640c6ad..1b39a30 100644 --- a/app/Services/SeatingService.php +++ b/app/Services/SeatingService.php @@ -23,7 +23,6 @@ class SeatingService public function getAcceptanceLimits() { - // TODO modifying audition limits should refresh the acceptance limits cache return Cache::remember($this->limitsCacheKey, now()->addDay(), function () { $limits = SeatingLimit::with('ensemble')->get(); // Sort limits by ensemble->rank