Skip to content

Commit

Permalink
App Name AlphaNum
Browse files Browse the repository at this point in the history
Closes #562
  • Loading branch information
notAreYouScared committed Aug 24, 2024
1 parent 4081087 commit 58307c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Pages/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private function generalSettings(): array
TextInput::make('APP_NAME')
->label('App Name')
->required()
->alphaNum()
->default(env('APP_NAME', 'Pelican')),
TextInput::make('APP_FAVICON')
->label('App Favicon')
Expand Down

0 comments on commit 58307c1

Please sign in to comment.