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.
2 parents dd93ce4 + 06c409f commit 3756a79Copy full SHA for 3756a79
2 files changed
src/Actions/InviteAction.php
@@ -2,9 +2,9 @@
2
3
namespace Tapp\FilamentInvite\Actions;
4
5
-use Illuminate\Contracts\Auth\MustVerifyEmail;
6
use Filament\Actions\Action;
7
use Filament\Actions\Concerns\CanCustomizeProcess;
+use Illuminate\Contracts\Auth\MustVerifyEmail;
8
use Illuminate\Database\Eloquent\Model;
9
use Illuminate\Support\Facades\Notification;
10
use Illuminate\Support\Facades\Password;
src/Notifications/SetPassword.php
@@ -87,7 +87,7 @@ public function toMail($notifiable)
87
/**
88
* Set a callback that should be used when building the notification mail message.
89
*
90
- * @param Closure $callback
+ * @param Closure $callback
91
* @return void
92
*/
93
public static function toMailUsing($callback)
0 commit comments