Skip to content

Commit

Permalink
Update StandPredictor.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Sep 13, 2023
1 parent 83157ed commit 141d5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Pages/StandPredictor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

Expand Down

0 comments on commit 141d5ab

Please sign in to comment.