Completed
Pull Request — master (#19)
by
unknown
10:18
created
src/Traits/RegistersUsers.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace BeyondCode\EmailConfirmation\Traits;
4 4
 
5 5
 use BeyondCode\EmailConfirmation\Events\Confirmed;
6
-use Illuminate\Http\Request;
7 6
 use Illuminate\Auth\Events\Registered;
7
+use Illuminate\Http\Request;
8 8
 
9 9
 trait RegistersUsers
10 10
 {
Please login to merge, or discard this patch.
src/Notifications/ConfirmEmail.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\EmailConfirmation\Notifications;
4 4
 
5
-use Carbon\Carbon;
6 5
 use Illuminate\Bus\Queueable;
7
-use Illuminate\Notifications\Notification;
8 6
 use Illuminate\Contracts\Queue\ShouldQueue;
9 7
 use Illuminate\Notifications\Messages\MailMessage;
8
+use Illuminate\Notifications\Notification;
10 9
 use Illuminate\Support\Facades\URL;
11 10
 
12 11
 class ConfirmEmail extends Notification implements ShouldQueue
Please login to merge, or discard this patch.