Skip to content

Commit 361f562

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 1e4ce67 commit 361f562

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ protected static function booted(): void
101101
});
102102
}
103103

104-
105104
/**
106105
* Throw an exception if email already exists, create admin user.
107106
*

app/Notifications/GreetNotification.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use App\Notifications\Channels\SiteChannel;
77
use App\Notifications\Channels\SiteMessage;
88
use Illuminate\Bus\Queueable;
9-
use Illuminate\Contracts\Queue\ShouldQueue;
10-
use Illuminate\Notifications\Messages\MailMessage;
119
use Illuminate\Notifications\Notification;
1210

1311
class GreetNotification extends Notification

0 commit comments

Comments
 (0)