Skip to content

Commit 3756a79

Browse files
committed
Merge branch 'filament4_upgrade' of https://github.com/TappNetwork/Filament-Invite into filament4_upgrade
2 parents dd93ce4 + 06c409f commit 3756a79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Actions/InviteAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Tapp\FilamentInvite\Actions;
44

5-
use Illuminate\Contracts\Auth\MustVerifyEmail;
65
use Filament\Actions\Action;
76
use Filament\Actions\Concerns\CanCustomizeProcess;
7+
use Illuminate\Contracts\Auth\MustVerifyEmail;
88
use Illuminate\Database\Eloquent\Model;
99
use Illuminate\Support\Facades\Notification;
1010
use Illuminate\Support\Facades\Password;

src/Notifications/SetPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function toMail($notifiable)
8787
/**
8888
* Set a callback that should be used when building the notification mail message.
8989
*
90-
* @param Closure $callback
90+
* @param Closure $callback
9191
* @return void
9292
*/
9393
public static function toMailUsing($callback)

0 commit comments

Comments
 (0)