@@ -100,7 +100,6 @@ |
||
| 100 | 100 | /** |
| 101 | 101 | * Logs all the errors attached to a collection |
| 102 | 102 | * |
| 103 | - * @param array $jobsByProvider |
|
| 104 | 103 | * |
| 105 | 104 | * @return void |
| 106 | 105 | */ |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Faker\Factory as Faker; |
| 4 | 4 | use Illuminate\Database\Seeder; |
| 5 | -use JobApis\JobsToMail\Models\User; |
|
| 6 | 5 | use JobApis\JobsToMail\Models\Token; |
| 6 | +use JobApis\JobsToMail\Models\User; |
|
| 7 | 7 | |
| 8 | 8 | class TestingDatabaseSeeder extends Seeder |
| 9 | 9 | { |