Completed
Pull Request — master (#323)
by Cristian
09:27
created
src/app/Notifications/ResetPasswordNotification.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Auth\Notifications\ResetPassword as ResetPassword;
6 6
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Notification;
8 7
 
9 8
 class ResetPasswordNotification extends ResetPassword
10 9
 {
Please login to merge, or discard this patch.
src/BaseServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Routing\Router;
6 6
 use Illuminate\Support\ServiceProvider;
7
-use Route;
8 7
 
9 8
 class BaseServiceProvider extends ServiceProvider
10 9
 {
Please login to merge, or discard this patch.