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 1e4ce67 commit 361f562Copy full SHA for 361f562
app/Models/User.php
@@ -101,7 +101,6 @@ protected static function booted(): void
101
});
102
}
103
104
-
105
/**
106
* Throw an exception if email already exists, create admin user.
107
*
app/Notifications/GreetNotification.php
@@ -6,8 +6,6 @@
6
use App\Notifications\Channels\SiteChannel;
7
use App\Notifications\Channels\SiteMessage;
8
use Illuminate\Bus\Queueable;
9
-use Illuminate\Contracts\Queue\ShouldQueue;
10
-use Illuminate\Notifications\Messages\MailMessage;
11
use Illuminate\Notifications\Notification;
12
13
class GreetNotification extends Notification
0 commit comments