@@ -221,7 +221,7 @@ |
||
221 | 221 | ]); |
222 | 222 | |
223 | 223 | // Create relationship between applicants and skills. |
224 | - for ($i=0; $i < 100; $i++) { |
|
224 | + for ($i = 0; $i < 100; $i++) { |
|
225 | 225 | DB::table('applicants_skills')->updateOrInsert( |
226 | 226 | [ |
227 | 227 | 'applicant_id' => Applicant::inRandomOrder()->get()->first()->id |