diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 5181c280..2360a6ed 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -27,6 +27,7 @@ public function index() 'home.org-count', self::STATS_CACHE_SECONDS, fn () => Org::query() + ->active() ->count() ), // Keyed by month so the count rolls over immediately on the