@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Bus\Queueable; |
6 | 6 | use Illuminate\Notifications\Notification; |
7 | -use Illuminate\Contracts\Queue\ShouldQueue; |
|
8 | 7 | use Illuminate\Notifications\Messages\MailMessage; |
9 | 8 | |
10 | 9 | class ResetPasswordNotification extends Notification |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace App\Providers; |
2 | 2 | |
3 | 3 | use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; |
4 | -use Illuminate\Http\Request; |
|
5 | 4 | use Illuminate\Routing\Router; |
6 | 5 | |
7 | 6 | class RouteServiceProvider extends ServiceProvider |