| @@ -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 |  { | 
| @@ -25,7 +25,7 @@ | ||
| 25 | 25 | * Get the notification's delivery channels. | 
| 26 | 26 | * | 
| 27 | 27 | * @param mixed $notifiable | 
| 28 | - * @return array | |
| 28 | + * @return string[] | |
| 29 | 29 | */ | 
| 30 | 30 | public function via($notifiable) | 
| 31 | 31 |      { | 
| @@ -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 | 
| @@ -3,7 +3,6 @@ | ||
| 3 | 3 | namespace App\Http\Controllers; | 
| 4 | 4 | |
| 5 | 5 | use App\DataTables\UsersDataTable; | 
| 6 | -use Illuminate\Http\Request; | |
| 7 | 6 | use App\Http\Controllers\Controller; | 
| 8 | 7 | |
| 9 | 8 | class UsersController extends Controller |