@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | 5 | class DashboardController extends Controller |
8 | 6 | { |
9 | 7 | /** |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | 5 | class HomeController extends Controller |
8 | 6 | { |
9 | 7 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Illuminate\Bus\Queueable; |
6 | 6 | use Illuminate\Mail\Mailable; |
7 | 7 | use Illuminate\Queue\SerializesModels; |
8 | -use Illuminate\Contracts\Queue\ShouldQueue; |
|
9 | 8 | |
10 | 9 | class OrderShipped extends Mailable |
11 | 10 | { |
@@ -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\NexmoMessage; |
9 | 8 | |
10 | 9 | class InvoicePaid extends Notification |