Skip to content

Commit 0e00a0b

Browse files
mhortulanusgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7f34087 commit 0e00a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/UserResource/Pages/ViewUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function getHeaderActions(): array
2222
return [
2323
Actions\ActionGroup::make([
2424
Actions\Action::make('send_verify_user_email')
25-
->visible(fn(User $record) => $record->hasVerifiedEmail() === false)
25+
->visible(fn (User $record) => $record->hasVerifiedEmail() === false)
2626
->label(__('Send Verification Email'))
2727
->action(function ($record) {
2828
$notification = new VerifyEmail;

0 commit comments

Comments
 (0)