We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f34087 commit 0e00a0bCopy full SHA for 0e00a0b
1 file changed
src/Resources/UserResource/Pages/ViewUser.php
@@ -22,7 +22,7 @@ protected function getHeaderActions(): array
22
return [
23
Actions\ActionGroup::make([
24
Actions\Action::make('send_verify_user_email')
25
- ->visible(fn(User $record) => $record->hasVerifiedEmail() === false)
+ ->visible(fn (User $record) => $record->hasVerifiedEmail() === false)
26
->label(__('Send Verification Email'))
27
->action(function ($record) {
28
$notification = new VerifyEmail;
0 commit comments