remove the Todo, oops I forgot
This commit is contained in:
parent
43889d9587
commit
8a033cad97
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue