Skip to content

Commit

Permalink
Make user avatar required (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Nov 16, 2024
1 parent 01f08f7 commit 762812d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Resources/UserResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static function form(Form $form): Form
->required()
->maxLength(191),
Forms\Components\FileUpload::make('avatar')
->required()
->image(),
Forms\Components\DateTimePicker::make('email_verified_at'),
Forms\Components\TextInput::make('password')
Expand Down

0 comments on commit 762812d

Please sign in to comment.