Passed
Push — task/applicant-skill-relations... ( 78f92f )
by
unknown
06:50
created
database/seeds/DevSeeder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.