Skip to content

Commit

Permalink
Merge pull request #123 from janzenfaidiban/main
Browse files Browse the repository at this point in the history
added: kelas belajar perancangan sistem informasi
  • Loading branch information
janzenfaidiban authored Nov 4, 2024
2 parents 7e20a6e + 2d076c7 commit 6062d0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions database/seeders/CodingCourseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ class CodingCourseSeeder extends Seeder
public function run(): void
{
collect([
[
'id' => 5,
'title' => 'Kelas Belajar Perancangan Sistem Informasi',
'slug' => 'belajar-laravel-batch-ii-2024',
'description' => 'Mau jago bikin sistem informasi? Pelajari perencanaan proyek, desain user flow, hingga pembuatan prototype di kelas ini! ',
'thumbnail' => 'belajar-analisa-perancangan-sistem-informasi-1.png',
'wa_link' => 'https://chat.whatsapp.com/EcOG9DROVOfDtgAXmWU4jm',
'is_on_site' => 'On Site',
'is_open' => true,
'user_id' => fake()->numberBetween(1, 5),
'published_at' => now(),
],
[
'id' => 4,
'title' => 'Belajar Laravel Batch II 2024',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6062d0d

Please sign in to comment.