Skip to content

Commit

Permalink
Run Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Jan 27, 2024
1 parent 9912690 commit 7221505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Pages/UpdateUserData.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Validator;
use Illuminate\Validation\Rule;

use function Filament\Support\is_app_url;

class UpdateUserData extends EditProfile
Expand Down Expand Up @@ -91,7 +92,6 @@ protected function handleRecordUpdate(Model $record, array $data): Model
return $record;
}


/**
* @throws \Exception
*/
Expand Down

0 comments on commit 7221505

Please sign in to comment.