From 141d5ab6389811cf8618e4fc4162d2b49c812332 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Wed, 13 Sep 2023 18:34:23 +0100 Subject: [PATCH] Update StandPredictor.php --- app/Filament/Pages/StandPredictor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Filament/Pages/StandPredictor.php b/app/Filament/Pages/StandPredictor.php index b6fdc6439..8314068b1 100644 --- a/app/Filament/Pages/StandPredictor.php +++ b/app/Filament/Pages/StandPredictor.php @@ -16,6 +16,7 @@ class StandPredictor extends Page protected static ?string $navigationLabel = 'Stand Predictor'; protected static ?string $slug = 'stand-predictor'; protected static string $view = 'filament.pages.stand-predictor'; + protected static ?string $navigationGroup = 'Airfield'; protected $listeners = ['standPredictorFormSubmitted'];