Skip to content

Commit

Permalink
Merge pull request #115 from billyrumbiak/main
Browse files Browse the repository at this point in the history
feat : update database seeder TechShare null ke now()
  • Loading branch information
billyrumbiak19 authored Aug 27, 2024
2 parents 4f96e10 + c082844 commit 48e67b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeders/TechShareSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function run(): void
'moderator_id' => 2,
'wa_link' => 'https://chat.whatsapp.com/GYsZ5l8FOy59OHgfTudTQA',
'user_id' => fake()->numberBetween(1, 5),
'published_at' => null,
'published_at' => now(),
],
[
'id' => 11,
Expand Down Expand Up @@ -186,4 +186,4 @@ public function run(): void
TechShare::create($collection);
});
}
}
}

0 comments on commit 48e67b2

Please sign in to comment.