Skip to content

Commit

Permalink
Merge pull request #120 from billyrumbiak/main
Browse files Browse the repository at this point in the history
feat: TechShareSeeder.php 'published_at' null
  • Loading branch information
billyrumbiak19 authored Oct 4, 2024
2 parents f554e1a + ecc3e04 commit b444fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/seeders/TechShareSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public function run(): void
'moderator_id' => 2,
'wa_link' => 'https://chat.whatsapp.com/GYsZ5l8FOy59OHgfTudTQA',
'user_id' => fake()->numberBetween(1, 5),
'published_at' => now(),
// 'published_at' => null,
// 'published_at' => now(),
'published_at' => null,
],

[
Expand Down Expand Up @@ -204,4 +204,4 @@ public function run(): void
TechShare::create($collection);
});
}
}
}

0 comments on commit b444fd1

Please sign in to comment.